case "$ACTION" in post) # enable sshd, ntpdate, ntpd and dhcpcd services. if [ -x usr/bin/systemctl ]; then systemctl enable sshd.service ntpdate.service ntpd.service dhcpcd.service fi ;; esac