diff options
Diffstat (limited to 'services/dhcpcd')
-rwxr-xr-x | services/dhcpcd/run | 3 | ||||
l--------- | services/dhcpcd/supervise | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/services/dhcpcd/run b/services/dhcpcd/run new file mode 100755 index 0000000..3949484 --- /dev/null +++ b/services/dhcpcd/run @@ -0,0 +1,3 @@ +#!/bin/sh +echo "Starting dhcpcd..." +exec /usr/sbin/dhcpcd -q -B 2>&1 diff --git a/services/dhcpcd/supervise b/services/dhcpcd/supervise new file mode 120000 index 0000000..4fe4a00 --- /dev/null +++ b/services/dhcpcd/supervise @@ -0,0 +1 @@ +/run/runit/supervise.dhcpcd \ No newline at end of file |