6 lines
159 B
Text
6 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
|