Revert "wetek_play: add debug shell on serial console"

This reverts commit 4a83e29093465ccfd83def478001bcde101c1bad.
This commit is contained in:
Stefan Saraev 2015-01-22 20:23:52 +02:00
parent 3d90374ffb
commit c6bbd0d262

View File

@ -1,20 +0,0 @@
[Unit]
Description=Debug Shell on /dev/ttyS0
DefaultDependencies=no
[Service]
WorkingDirectory=/storage
ExecStart=/bin/sh -c '. /etc/profile; exec /bin/sh'
Restart=always
RestartSec=0
StandardInput=tty
TTYPath=/dev/ttyS0
TTYReset=yes
TTYVHangup=yes
KillMode=process
IgnoreSIGPIPE=no
# bash ignores SIGTERM
KillSignal=SIGHUP
[Install]
WantedBy=sysinit.target