mussh-scripts/scripts/enable-ntpd

5 lines
92 B
Plaintext

(
sysrc ntpd_enable=YES
service ntpd start
) && echo "enabled and started ntpd service"