2017-01-29 13:33:33 -06:00
|
|
|
[Unit]
|
|
|
|
Description=Update NTP configuration
|
2018-03-09 19:17:08 -06:00
|
|
|
Requires=updategraph.service
|
2018-12-03 18:01:44 -06:00
|
|
|
After=updategraph.service
|
2021-02-25 06:26:24 -06:00
|
|
|
BindsTo=sonic.target
|
|
|
|
After=sonic.target
|
2020-12-04 10:49:20 -06:00
|
|
|
Before=ntp.service
|
2020-12-21 07:34:13 -06:00
|
|
|
StartLimitIntervalSec=0
|
2017-01-29 13:33:33 -06:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2021-02-25 06:26:24 -06:00
|
|
|
RemainAfterExit=yes
|
2017-01-29 13:33:33 -06:00
|
|
|
ExecStart=/usr/bin/ntp-config.sh
|
|
|
|
|
|
|
|
[Install]
|
2021-02-25 06:26:24 -06:00
|
|
|
WantedBy=sonic.target
|