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