mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-08 22:12:22 +02:00
fix(net-misc/ntp): enable ntpd by default
This commit is contained in:
parent
aef1bc8cac
commit
28f0c40982
@ -97,6 +97,7 @@ src_install() {
|
||||
else
|
||||
systemd_dounit "${FILESDIR}"/ntpd.service
|
||||
systemd_enable_ntpunit 60-ntpd ntpd.service
|
||||
systemd_enable_service multi-user.target ntpd.service
|
||||
if ! use caps ; then
|
||||
sed -i "s|-u ntp:ntp||" \
|
||||
"${ED}/$(systemd_get_unitdir)/ntpd.service" || die
|
||||
|
Loading…
x
Reference in New Issue
Block a user