mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
This PR implements what is proposed in https://github.com/systemd/systemd/issues/37992. Having a global config file that supports the same cmdline options for sysext/confext allows the user to customize the behavior of systemd-sysext.service unit too, without the need of hacking the service manually. The global config will live in `CONF_PATHS_STRV()/systemd/{sysext/confext}.conf` and it will be overridden by cmdline, so it is possible to customize a run if `systemd-sysext` is executed manually. For now support `--mutable=` (`Mutable`) and `--image-policy=` (`ImagePolicy`).