Skip to content

Commit

Permalink
Merge pull request #479 from go-debos/wip/obbardc/nspawn-add-pipe
Browse files Browse the repository at this point in the history
commands: Set nspawn console mode to pipe
  • Loading branch information
sjoerdsimons authored Feb 8, 2024
2 parents f21bdfd + 8f80ad8 commit 812c45e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func (cmd Command) Run(label string, cmdline ...string) error {
options = append(options, "--timezone=off")
options = append(options, "--register=no")
options = append(options, "--keep-unit")
options = append(options, "--console=pipe")
for _, e := range cmd.extraEnv {
options = append(options, "--setenv", e)

Expand Down

0 comments on commit 812c45e

Please sign in to comment.