You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/ntpsec/files/ntpd.service

16 lines
299 B

[Unit]
Description=Network Time Service
After=network.target nss-lookup.target
Conflicts=systemd-timesyncd.service
[Service]
Type=forking
PrivateTmp=true
EnvironmentFile=-/etc/conf.d/ntp
ExecStart=/usr/sbin/ntpd ${NTPD_OPTS}
Restart=always
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target