systemrescue-zfs/airootfs
Gerd v. Egidy 4daea6433e Add workaround for systemd not re-evaluating dependencies while running a transaction
As described in #279, systemd does not re-evaluate the dependencies of changed units and
targets when daemon-reload is executed. It just continues it's transaction as it was
configured when starting the transaction.

So a late-loaded SRM can't autostart a service.

To work around this, add an extra call to "systemctl --no-block start multi-user.target"
after the daemon-reload. This will create a new transaction after the current one and
allow new services to be added to multi-user.target in a late-loaded SRM.

This means of course that this workaround only works for multi-user.target, not other
services or targets.
2022-05-21 21:41:39 +02:00
..
etc Add workaround for systemd not re-evaluating dependencies while running a transaction 2022-05-21 21:41:39 +02:00
opt/firefox-esr improve Firefox default settings 2022-01-01 12:50:09 +01:00
root Merge branch 'workspace-count' into 'main' 2022-05-09 11:30:15 +00:00
usr Merge branch 'mountall' into 'main' 2022-05-09 11:27:06 +00:00