diff options
Diffstat (limited to 'services')
-rwxr-xr-x | services/clipd/log/run | 3 | ||||
-rwxr-xr-x | services/clipd/run | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/services/clipd/log/run b/services/clipd/log/run new file mode 100755 index 0000000..2e8f4b7 --- /dev/null +++ b/services/clipd/log/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec logger -t clipd -p daemon.notice diff --git a/services/clipd/run b/services/clipd/run new file mode 100755 index 0000000..ff08969 --- /dev/null +++ b/services/clipd/run @@ -0,0 +1,3 @@ +#!/bin/sh +exec 2>&1 +DISPLAY=:0.0 exec /home/devi/scripts/bin/clipd |