void-packages/srcpkgs/dhcpcd/files/dhcpcd-eth0/run

4 lines
65 B
Plaintext
Raw Normal View History

2014-10-13 11:52:12 +02:00
#!/bin/sh
[ -r conf ] && . ./conf
exec dhcpcd -B eth0 $OPTS 1>&2