]> git.pld-linux.org Git - packages/ntp.git/blob - ntpd.service
- release 11 (by relup.sh)
[packages/ntp.git] / ntpd.service
1 [Unit]
2 Description=Network Time Service
3 After=syslog.target ntpdate.service
4 Conflicts=systemd-timesyncd.service
5
6 [Service]
7 EnvironmentFile=/etc/sysconfig/ntpd
8 ExecStart=/usr/sbin/ntpd -n -u ntp:ntp -c /etc/ntp/ntp.conf $NTPD_OPTIONS
9 PrivateTmp=true
10
11 [Install]
12 WantedBy=multi-user.target
This page took 0.057454 seconds and 3 git commands to generate.