diff options
Diffstat (limited to 'services/dhcpcd/run')
-rwxr-xr-x | services/dhcpcd/run | 3 |
1 files changed, 3 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 |