@ -8,16 +8,18 @@
IFACES=""
if [ -f /etc/default/dhcpcd ]; then
. /etc/default/dhcpcd
fi
case "$1" in
'start')
shift
echo "Starting dhcpcd..."
dhcpcd -b ${@:-$IFACES}
;;
'stop')
echo "Stopping dhcpcd..."
dhcpcd -k ${@:-$IFACES}
*)
@ -11,7 +11,7 @@
USERS=""
USERS_CACHE="/run/psd-users.cache"
if [ -f /etc/default/psd ]; then
. /etc/default/psd
scan_users() {