aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ntp/ntp/sntp.service
blob: 0f09e43474c6dafbece5478c02da366598d7546d (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/bin/sntp -s $NTPSERVER

[Install]
WantedBy=multi-user.target