blob: 094dd42c803c552a58b72cbac2c35e15ce3e5e52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=One-Shot Network Time Service
After=network.target nss-lookup.target
[Service]
Type=oneshot
PrivateTmp=true
ExecStart=/usr/bin/ntpd -q -g -u ntp:ntp
[Install]
WantedBy=multi-user.target
|