11 lines
202 B
Desktop File
11 lines
202 B
Desktop File
[Unit]
|
|
Description=Network Time Service
|
|
After=network.target nss-lookup.target
|
|
|
|
[Service]
|
|
PrivateTmp=true
|
|
ExecStart=/usr/bin/ntpd -n -g -u ntpd:ntpd
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|