aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support-ivi/ntp/files/ntpdate.service
blob: b2bc632069226cdcc19158452d2a2b0f8cab04b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Network Time Service (one-shot ntpdate mode)
Before=ntpd.service

[Service]
Type=oneshot
ExecStart=/usr/bin/ntpd -q -g -x
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target