7 lines
159 B
Text
7 lines
159 B
Text
|
case "$ACTION" in
|
||
|
post)
|
||
|
# enable sshd, ntpdate, ntpd and dhcpcd services.
|
||
|
systemctl enable sshd.service ntpdate.service ntpd.service dhcpcd.service
|
||
|
;;
|
||
|
esac
|