summaryrefslogtreecommitdiffstats
path: root/meta-openembedded/meta-networking/recipes-support/ntp/ntp/sntp.service
blob: 4898b8a709473e20701ccee0a863ad07bb91b8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Simple Network Time Service Client
After=network.target

[Service]
Type=oneshot
EnvironmentFile=-/etc/default/sntp
ExecStart=/usr/sbin/sntp -s $NTPSERVER

[Install]
WantedBy=multi-user.target
OpenPOWER on IntegriCloud