13.remove_ntpd_google_check.ksh 74 B

1234
  1. #!/bin/ksh
  2. doas sed -i '/google/d' /etc/ntpd.conf
  3. doas rcctl restart ntpd