pmaports/main/postmarketos-base-ui/rootfs-etc-conf.d-openrc-settingsd
Luca Weiss 99553042ad
main/postmarketos-base-ui: configure openrc-settingsd for chronyd (MR 3953)
We need to tell openrc-settingsd which ntp service to use, otherwise
it'll default to busybox ntpd which we don't want.

Additionally make sure openrc-settingsd service gets launched at boot
with the post-install/post-upgrade script.
[ci:skip-build]: already built successfully in CI
2023-04-12 16:53:15 +02:00

4 lines
103 B
Text

#
# Extra options you want to pass to openrc-settingsd
#
OPENRC_SETTINGSD_OPTS="--ntp-service=chronyd"