File conf.ntpd.service of Package ntp

[Unit]
Description=NTP Server Daemon
Documentation=man:ntpd(1)
After=nss-lookup.target
Conflicts=systemd-timesyncd.service
Wants=network.target
After=network.target
Wants=time-sync.target
Before=time-sync.target
ConditionVirtualization=!container
ConditionCapability=CAP_SYS_TIME

[Service]
Type=forking
PIDFile=/run/ntp/ntpd.pid
ExecStart=/usr/sbin/start-ntpd start
RestartSec=11min
Restart=always
PrivateTmp=true
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
ProtectHostname=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
# end of automatic additions 

[Install]
WantedBy=multi-user.target
openSUSE Build Service is sponsored by