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