mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
preset: enable homed sidecar services
As described in https://github.com/systemd/systemd/issues/31235, the preset state for systemd-homed-activate.service was unclear. On the one hand, we have a preset with 'enable systemd-homed.service', and systemd-homed.service has 'Also=systemd-homed-activate.service systemd-homed-firstboot.service', so 'preset systemd-homed.service' would also enable those two services, but 'preset systemd-homed-activate.service' would disable it, because the presets don't say it is enabled. It seems that this configuration is internally inconsistent. As described in the issue, maybe systemctl should be smarter here, or warn about such configs. Either way, let's make our config consistent. Follow-up ford1f6e01e47and3ccadbce33.
This commit is contained in:
committed by
Luca Boccassi
parent
82047a6aa7
commit
56afff50b9
@@ -20,6 +20,8 @@ enable getty@.service
|
||||
enable systemd-boot-update.service
|
||||
enable systemd-confext.service
|
||||
enable systemd-homed.service
|
||||
enable systemd-homed-activate.service
|
||||
enable systemd-homed-firstboot.service
|
||||
enable systemd-journald-audit.socket
|
||||
enable systemd-network-generator.service
|
||||
enable systemd-networkd.service
|
||||
|
||||
Reference in New Issue
Block a user