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

5 lines
75 B
Bash

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