summaryrefslogtreecommitdiff
blob: 90255675c838f22e819d46e157263a0ef542482e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Chrony Network Time Service
After=ntpdate.service sntp.service network.target
Conflicts=ntpd.service systemd-timesyncd.service

[Service]
Type=forking
ExecStart=/usr/sbin/chronyd
PIDFile=/run/chronyd.pid

[Install]
WantedBy=multi-user.target