aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ntp/ntp/ntpd.service
blob: b7c42686463d633f08574a193e75c338508f30a0 (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 -p /run/ntpd.pid -g

[Install]
WantedBy=multi-user.target