2014-01-27 16:12:03 +00:00
|
|
|
case "$ACTION" in
|
|
|
|
post)
|
|
|
|
# enable sshd, ntpdate, ntpd and dhcpcd services.
|
2014-06-20 09:18:20 +00:00
|
|
|
if [ -x usr/bin/systemctl ]; then
|
|
|
|
systemctl enable sshd.service ntpdate.service ntpd.service dhcpcd.service
|
|
|
|
fi
|
2014-01-27 16:12:03 +00:00
|
|
|
;;
|
|
|
|
esac
|