10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
|
case "$ACTION" in
|
||
|
post)
|
||
|
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 etc/runit/runsvdir/default/
|
||
|
ln -sf /etc/sv/agetty-ttyS0 etc/runit/runsvdir/default/
|
||
|
;;
|
||
|
esac
|