about summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorYpnose <linuxien@legtux.org>2014-05-19 21:03:50 +0200
committerYpnose <linuxien@legtux.org>2014-05-19 21:03:50 +0200
commit6653c1cb9d71666568bd65e762a86f59e49d59d8 (patch)
tree6f23cf9009b0481894c7c90d7c610806784db016 /services
parentf937068928bf20a3929068e0721bd4381c1f9716 (diff)
downloadrunit-void-6653c1cb9d71666568bd65e762a86f59e49d59d8.tar.gz
runit-void-6653c1cb9d71666568bd65e762a86f59e49d59d8.tar.xz
runit-void-6653c1cb9d71666568bd65e762a86f59e49d59d8.zip
New service: transmission-daemon
Diffstat (limited to 'services')
-rwxr-xr-xservices/transmission-daemon/run3
l---------services/transmission-daemon/supervise1
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