f7c39720f7
* Restart ntp after ntp-config * Remove ntp dependency to ntp-config
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
|