mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 18:01:01 +00:00
Merge pull request #411 from jodh-intel/fix-debug-console-example-on-ubuntu
docs: Fix debug console for ubuntu/debian
This commit is contained in:
commit
71a4ba11b3
@ -657,7 +657,7 @@ StandardOutput=tty
|
|||||||
# Must be disabled to allow the job to access the real console
|
# Must be disabled to allow the job to access the real console
|
||||||
PrivateDevices=no
|
PrivateDevices=no
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/bash
|
ExecStart=/bin/bash
|
||||||
Restart=always
|
Restart=always
|
||||||
EOT
|
EOT
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user