diff options
Diffstat (limited to 'repos/extra/dhcpcd/run')
| -rwxr-xr-x | repos/extra/dhcpcd/run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repos/extra/dhcpcd/run b/repos/extra/dhcpcd/run new file mode 100755 index 00000000..42bcbd33 --- /dev/null +++ b/repos/extra/dhcpcd/run @@ -0,0 +1,3 @@ +#!/bin/sh +exec dhcpcd -BM 2>&1 + |