vp-build/srcpkgs/dhcpcd/files/dhcpcd-eth0/run

4 lines
65 B
Bash
Executable File

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