summaryrefslogtreecommitdiff
blob: d80c6b08c9caae292a3357e005acb367d6d8c435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Network Time Service
After=ntp-client.service sntp.service

[Service]
Type=forking
EnvironmentFile=/etc/conf.d/ntpd
ExecStart=/usr/sbin/ntpd $NTPD_OPTS
PrivateTmp=true

[Install]
WantedBy=multi-user.target