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:
Archana Shinde 2019-03-22 09:49:10 -07:00 committed by GitHub
commit 71a4ba11b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
``` ```