This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecStart=/usr/bin/ntpd -g -u ntp:ntp
-
ExecStart=/usr/sbin/ntpd -g -N -u ntp:ntp
-
ExecStart=/usr/sbin/start-ntpd start
-
PIDFile=/run/ntp/ntpd.pid
-
PrivateTmp=yes
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
Restart=always
-
Restart=no
-
RestartSec=11min
-
Type=forking
-
-
[Unit]
-
After=network.target nss-lookup.target
-
After=nss-lookup.target network.target
-
Before=time-sync.target
-
ConditionCapability=CAP_SYS_TIME
-
ConditionVirtualization=!container
-
Conflicts=systemd-timesyncd.service
-
Description=NTP Server Daemon
-
Description=Network Time Service
-
Documentation=man:ntpd(1)
-
Documentation=man:ntpd(8)
-
Wants=network.target
-
Wants=network.target time-sync.target
-
Additionnal notes
Nothing here.