aboutsummaryrefslogtreecommitdiffstats
path: root/clfs/units/ntpd.service
blob: b8f06bc9ca8c1887179e971c6ea846eadf20df1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Network Time Protocol daemon
After=network.target nss-lookup.target

[Service]
Type=forking
PrivateTmp=true
ExecStart=/usr/sbin/ntpd -g -u ntp:ntp
ControlGroup=cpu:/

[Install]
WantedBy=multi-user.target