diff options
author | Ypnose <linuxien@legtux.org> | 2014-05-19 21:03:50 +0200 |
---|---|---|
committer | Ypnose <linuxien@legtux.org> | 2014-05-19 21:03:50 +0200 |
commit | 6653c1cb9d71666568bd65e762a86f59e49d59d8 (patch) | |
tree | 6f23cf9009b0481894c7c90d7c610806784db016 /services | |
parent | f937068928bf20a3929068e0721bd4381c1f9716 (diff) | |
download | runit-void-6653c1cb9d71666568bd65e762a86f59e49d59d8.tar.gz runit-void-6653c1cb9d71666568bd65e762a86f59e49d59d8.tar.xz runit-void-6653c1cb9d71666568bd65e762a86f59e49d59d8.zip |
New service: transmission-daemon
Diffstat (limited to 'services')
-rwxr-xr-x | services/transmission-daemon/run | 3 | ||||
l--------- | services/transmission-daemon/supervise | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/services/transmission-daemon/run b/services/transmission-daemon/run new file mode 100755 index 0000000..1056b09 --- /dev/null +++ b/services/transmission-daemon/run @@ -0,0 +1,3 @@ +#!/bin/sh +# Transmission daemon +exec /usr/bin/transmission-daemon -f --log-error diff --git a/services/transmission-daemon/supervise b/services/transmission-daemon/supervise new file mode 120000 index 0000000..3c97d08 --- /dev/null +++ b/services/transmission-daemon/supervise @@ -0,0 +1 @@ +/run/runit/supervise.transmission-daemon \ No newline at end of file |