mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-02 06:03:35 +00:00
12 lines
188 B
Desktop File
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
|