fuel-main/bootstrap/sync/etc/systemd/system/ntpd.service

12 lines
233 B
Desktop File

[Unit]
Description=Network Time Service
After=syslog.target ntpdate.service sntp.service
[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/ntpd
ExecStart=/usr/sbin/ntpd -u ntp:ntp $OPTIONS
[Install]
WantedBy=multi-user.target