mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-26 04:22:12 +00:00
Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
190 B
Desktop File
12 lines
190 B
Desktop File
[Unit]
|
|
Description=Network Time Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/ntpd.pid
|
|
ExecStart=/usr/sbin/ntpd -g -p /run/ntpd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|