|
case "$ACTION" in
|
|
post)
|
|
# enable sshd, ntpdate, ntpd and dhcpcd services.
|
|
mkdir -p etc/runit/runsvdir/default/
|
|
ln -sf /etc/sv/sshd etc/runit/runsvdir/default/
|
|
ln -sf /etc/sv/ntpd etc/runit/runsvdir/default/
|
|
ln -sf /etc/sv/dhcpcd-usb0 etc/runit/runsvdir/default/
|
|
;;
|
|
esac
|