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