0day_dev/ntpclient-2018_244/ntpclient.service
2020-08-07 10:18:33 -07:00

15 lines
350 B
Desktop File

[Unit]
Description=Simple NTP client
Documentation=man:ntpclient
Documentation=file:/usr/local/share/doc/ntpclient/README.md
Documentation=https://github.com/troglobit/ntpclient
After=network-online.target
Requires=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/sbin/ntpclient -n pool.ntp.org
[Install]
WantedBy=multi-user.target