99553042ad
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
3 lines
56 B
Bash
3 lines
56 B
Bash
#!/bin/sh -e
|
|
|
|
rc-update -q add openrc-settingsd default
|