12 lines
229 B
Desktop File
12 lines
229 B
Desktop File
[Unit]
|
|
Description=One-Shot Network Time Service
|
|
After=network.target nss-lookup.target
|
|
Before=ntpd.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
PrivateTmp=true
|
|
ExecStart=/usr/bin/ntpd -q -g -u ntpd:ntpd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|