[Unit] Description=Network Time Service (ntpd-rs) Documentation=https://github.com/pendulum-project/ntpd-rs After=network-online.target Wants=network-online.target Conflicts=systemd-timesyncd.service ntp.service chrony.service [Service] Type=simple Restart=no ExecStart=/usr/bin/ntp-daemon Environment="RUST_LOG=info" RuntimeDirectory=ntpd-rs User=ntpd-rs Group=ntpd-rs AmbientCapabilities=CAP_SYS_TIME CAP_NET_BIND_SERVICE [Install] WantedBy=multi-user.target