diff options
author | Alessio Sergi <al3hex@gmail.com> | 2014-06-11 12:14:24 +0200 |
---|---|---|
committer | Alessio Sergi <al3hex@gmail.com> | 2014-06-11 12:16:40 +0200 |
commit | d1ae54b819c0223a36be38dce6d0212687041357 (patch) | |
tree | fb5c63a39d6f683fc75fca8da1d5e59f28f33fbc /services/wicd | |
parent | 16e4ef97015a1609de3b1c35c5b67a5ba1bca7d9 (diff) | |
download | runit-void-d1ae54b819c0223a36be38dce6d0212687041357.tar.gz runit-void-d1ae54b819c0223a36be38dce6d0212687041357.tar.xz runit-void-d1ae54b819c0223a36be38dce6d0212687041357.zip |
New service: wicd
Diffstat (limited to 'services/wicd')
-rwxr-xr-x | services/wicd/run | 3 | ||||
l--------- | services/wicd/supervise | 1 |
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 |