mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
255 B
SYSTEMD
13 lines
255 B
SYSTEMD
|
|
[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
|