NetBSD/sys/arch/x68k/usr.sbin/poffd/rc.sample

7 lines
146 B
Plaintext

# echo -n starting machine-specific deamons:
if [ -x /etc/shutdown.local ]; then
echo -n ' poffd'; poffd "/etc/shutdown.local %"
fi
# echo '.'