about summary refs log tree commit diff
diff options
context:
space:
mode:
-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