mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-10 13:11:34 +01:00
The nspawn container runs in it's own scope, which journal output is then associated with. By passing `--keep-unit` we can guarantee that all log output will stay associated with the nvidia.service and can be viewed by running `journalctl -u nvidia.service`. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>