TT#79157 Switch from ntpd to systemd-timesyncd

Change-Id: Id496c47f8c522393da5c0f738753d9cb2d92640a
changes/55/39555/3
Guillem Jover 5 years ago
parent 62c7e5abad
commit 77707e3749

@ -9,9 +9,6 @@ group:
mysql:
exists: true
ntp:
exists: true
prosody:
exists: true

@ -17,9 +17,6 @@ process:
mysqld_safe:
running: [% general.init_system == 'systemd' ? 'false' : 'true' %]
ntpd:
running: true
redis-server:
running: true
@ -29,5 +26,10 @@ process:
sshd:
running: true
# XXX: We need to truncate the process name to 15 characters (from the
# actual "systemd-timesyncd"), which is the size of the comm string in Linux.
systemd-timesyn:
running: true
systemd-udevd:
running: true

@ -45,15 +45,15 @@ service:
enabled: true
running: true
ntp.service:
rsyslog.service:
enabled: true
running: true
rsyslog.service:
ssh.service:
enabled: true
running: true
ssh.service:
systemd-timesyncd.service:
enabled: true
running: true

@ -9,10 +9,9 @@ port:
listening: true
ip: ["127.0.0.1"]
# ntpd
# NTP (systemd-timesyncd does not listen)
udp:123:
listening: true
ip: ["0.0.0.0"]
listening: false
# Check for a closed port, nothing there.
tcp:7777:

Loading…
Cancel
Save