distribution/packages/sysutils/systemd/system.d/systemd-timesyncd-setup.service
2022-02-05 09:23:32 -05:00

12 lines
255 B
Desktop File

[Unit]
Description=Setup NTP servers for timesyncd
DefaultDependencies=no
After=systemd-remount-fs.service systemd-sysusers.service
[Service]
Type=oneshot
ExecStart=/usr/sbin/systemd-timesyncd-setup
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target