mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
22 lines
426 B
Desktop File
22 lines
426 B
Desktop File
[Unit]
|
|
Description=Debug Shell on /dev/ttyS0
|
|
DefaultDependencies=no
|
|
ConditionKernelCommandLine=console=ttyS0,115200n8
|
|
|
|
[Service]
|
|
WorkingDirectory=/storage
|
|
Environment="ENV=/etc/profile"
|
|
ExecStartPre=/bin/sh -c 'echo -en "\033[?25h"'
|
|
ExecStart=/bin/sh
|
|
Restart=always
|
|
RestartSec=0
|
|
StandardInput=tty
|
|
TTYPath=/dev/ttyS0
|
|
KillMode=process
|
|
IgnoreSIGPIPE=no
|
|
# bash ignores SIGTERM
|
|
KillSignal=SIGHUP
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|