about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xservices/dhcpcd-eth0/run2
l---------services/dhcpcd-eth0/supervise1
2 files changed, 3 insertions, 0 deletions
diff --git a/services/dhcpcd-eth0/run b/services/dhcpcd-eth0/run
new file mode 100755
index 0000000..159bdbc
--- /dev/null
+++ b/services/dhcpcd-eth0/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec dhcpcd -B eth0
diff --git a/services/dhcpcd-eth0/supervise b/services/dhcpcd-eth0/supervise
new file mode 120000
index 0000000..9a087b7
--- /dev/null
+++ b/services/dhcpcd-eth0/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.dhcpd-eth0
\ No newline at end of file