about summary refs log tree commit diff
path: root/foo/etc/sv/dhcpcd
diff options
context:
space:
mode:
Diffstat (limited to 'foo/etc/sv/dhcpcd')
-rwxr-xr-xfoo/etc/sv/dhcpcd/run3
l---------foo/etc/sv/dhcpcd/supervise1
2 files changed, 4 insertions, 0 deletions
diff --git a/foo/etc/sv/dhcpcd/run b/foo/etc/sv/dhcpcd/run
new file mode 100755
index 0000000..3949484
--- /dev/null
+++ b/foo/etc/sv/dhcpcd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo "Starting dhcpcd..."
+exec /usr/sbin/dhcpcd -q -B 2>&1
diff --git a/foo/etc/sv/dhcpcd/supervise b/foo/etc/sv/dhcpcd/supervise
new file mode 120000
index 0000000..4fe4a00
--- /dev/null
+++ b/foo/etc/sv/dhcpcd/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.dhcpcd
\ No newline at end of file