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

View File

@@ -657,7 +657,7 @@ StandardOutput=tty
# Must be disabled to allow the job to access the real console
PrivateDevices=no
Type=simple
ExecStart=/usr/bin/bash
ExecStart=/bin/bash
Restart=always
EOT
```