Logo
Explore Help
Sign In
archr/Arch-R
0
0
Fork 0
You've already forked Arch-R
mirror of https://github.com/archr-linux/Arch-R.git synced 2026-03-31 14:41:55 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
833cb9db46745ede719362da3eff7a3ceffdee42
Arch-R/packages/sysutils/systemd/system.d/systemd-timesyncd-setup.service

13 lines
255 B
SYSTEMD
Raw Normal View History

systemd: enable systemd-timesyncd when using kernel ip configuration connman's NTP client can't be used if it's not managing the network interface so use systemd's timesyncd as we already build it. timesyncd is automatically configured to use the NTP servers provided by kernel ip config, if they are missing the default fallback NTP servers (currently the ones from Google) are used. Users can also provide timesyncd configuration files via /storage/.config/timesyncd.conf.d/ eg to change the (fallback) servers. Signed-off-by: Matthias Reichl <hias@horus.com>
2019-10-08 15:24:32 +02:00
[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
Reference in New Issue Copy Permalink
Powered by Gitea Page: 184ms Template: 5ms
English
English
Licenses API