You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/chrony/files/chronyd.service-r2

13 lines
261 B

[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