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