Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-09 | nspawn: support custom container service name | Iago López Galeiras | |
We were hardcoding "systemd-nspawn" as the value of the $container env variable and "nspawn" as the service string in machined registration. This commit allows the user to configure it by setting the $SYSTEMD_NSPAWN_CONTAINER_SERVICE env variable when calling systemd-nspawn. If $SYSTEMD_NSPAWN_CONTAINER_SERVICE is not set, we use the string "systemd-nspawn" for both, fixing the previous inconsistency. | |||
2015-09-07 | nspawn: split out machined registration code to nspawn-register.[ch] | Lennart Poettering | |