aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support-ivi/ntp/files/ntpd.service
blob: bd87b1ea24ca8f0b23666c5f148793e8596bf7fe (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/bin/ntpd -p /run/ntpd.pid

[Install]
WantedBy=multi-user.target