core/ntp/ntpd.service
AlmAck af8f8db8d0 ntp 4.2.8.p1
updated .service to allign with systemd 218
2015-02-28 22:23:46 +01:00

14 lines
246 B
Desktop File

[Unit]
Description=Network Time Service
After=network.target nss-lookup.target
Conflicts=systemd-timesyncd.service
[Service]
Type=forking
PrivateTmp=true
ExecStart=/usr/bin/ntpd -g -u ntp:ntp
Restart=always
[Install]
WantedBy=multi-user.target