about summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2014-06-11 12:14:24 +0200
committerAlessio Sergi <al3hex@gmail.com>2014-06-11 12:16:40 +0200
commitd1ae54b819c0223a36be38dce6d0212687041357 (patch)
treefb5c63a39d6f683fc75fca8da1d5e59f28f33fbc /services
parent16e4ef97015a1609de3b1c35c5b67a5ba1bca7d9 (diff)
downloadrunit-void-d1ae54b819c0223a36be38dce6d0212687041357.tar.gz
runit-void-d1ae54b819c0223a36be38dce6d0212687041357.tar.xz
runit-void-d1ae54b819c0223a36be38dce6d0212687041357.zip
New service: wicd
Diffstat (limited to 'services')
-rwxr-xr-xservices/wicd/run3
l---------services/wicd/supervise1
2 files changed, 4 insertions, 0 deletions
diff --git a/services/wicd/run b/services/wicd/run
new file mode 100755
index 0000000..8c5ceb1
--- /dev/null
+++ b/services/wicd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+sv check dbus >/dev/null || exit 1
+exec /usr/sbin/wicd --no-daemon
diff --git a/services/wicd/supervise b/services/wicd/supervise
new file mode 120000
index 0000000..2aad47d
--- /dev/null
+++ b/services/wicd/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.wicd
\ No newline at end of file