Files
OpenBMC/meta-openembedded/meta-networking/recipes-support/ntp/ntp/sntp.service
T
2026-04-23 17:07:55 +08:00

12 lines
211 B
Desktop File

[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