summaryrefslogtreecommitdiff
path: root/package/ntp/ntpd.service
blob: 7964c5389b4a0aab4d78aae1c537c2e5be0b7a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Network Time Service
After=network.target

[Service]
Type=forking
PIDFile=/run/ntpd.pid
ExecStart=/usr/sbin/ntpd -g -p /run/ntpd.pid

[Install]
WantedBy=multi-user.target