This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/files/image_config/ntp/ntp-config.service
Joe LeVeque f49cac086f Remove extra trailing newlines at EOF (#804)
Files now end with a single newline
2017-07-12 20:54:37 -07:00

11 lines
158 B
Desktop File

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