sonic-buildimage/files/image_config/ntp/ntp-config.service
Taoyu Li f7c39720f7
Restart ntp after ntp-config (#1106)
* Restart ntp after ntp-config
* Remove ntp dependency to ntp-config
2017-11-07 14:51:07 -08:00

12 lines
188 B
Desktop File

[Unit]
Description=Update NTP configuration
Requires=database.service
After=database.service
[Service]
Type=oneshot
ExecStart=/usr/bin/ntp-config.sh
[Install]
WantedBy=multi-user.target