void-packages/srcpkgs/dhcpcd/files/dhcpcd-eth0/run
2015-03-27 07:41:04 +01:00

3 lines
65 B
Bash
Executable file

#!/bin/sh
[ -r conf ] && . ./conf
exec dhcpcd -B eth0 $OPTS 1>&2