schnutibox/assets/files/ntp.service

15 lines
338 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Network Time Service
Documentation=man:ntpd(8)
After=network.target
Conflicts=systemd-timesyncd.service
[Service]
Type=forking
# Debian uses a shell wrapper to process /etc/default/ntp
# and select DHCP-provided NTP servers if available
ExecStart=/usr/lib/ntp/ntp-systemd-wrapper
[Install]
WantedBy=multi-user.target