mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
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
|