aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support-ivi/ntp/files/ntpdate.service
blob: 97ebb3cacd3893d45eead2b9a9ac64c1e6200760 (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