vn-ansible/roles/config-ntp/files/timesync

8 lines
226 B
Plaintext
Raw Normal View History

2023-10-23 11:46:57 +00:00
#!/bin/sh
# PLS do NOT delete timesyncing from VM virtuals
# it is necessary for critical cluster services
# nada
test -x /usr/sbin/ntpdate || exit 0
/usr/sbin/ntpdate time1.verdnatura.es
/usr/sbin/ntpdate time2.verdnatura.es