upgpkg: sbcl 2.2.4-1
[arch-packages.git] / ntp / trunk / ntpd.service
blob267615cb96de9a6fde1dbb6569d2cb9a0e90ebf1
1 [Unit]
2 Description=Network Time Service
3 After=network.target nss-lookup.target
4 Conflicts=systemd-timesyncd.service
6 [Service]
7 Type=forking
8 PrivateTmp=true
9 ExecStart=/usr/bin/ntpd -g -u ntp:ntp
10 Restart=always
12 [Install]
13 WantedBy=multi-user.target