mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
docs: Fix debug console for ubuntu/debian
Change the debug console systemd job to specify the path to bash as `/bin/bash`, *not* `/usr/bin/bash`. This unbreaks the debug console for Ubuntu and Debian and also works for all other distros. Fixes #410. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
072acea2a0
commit
4c19083e01
@ -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