mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
23 lines
396 B
Desktop File
23 lines
396 B
Desktop File
[Unit]
|
|
Description=Debug Shell on /dev/console
|
|
DefaultDependencies=no
|
|
ConditionKernelCommandLine=console
|
|
|
|
[Service]
|
|
WorkingDirectory=/storage
|
|
Environment="ENV=/etc/profile"
|
|
ExecStart=/bin/sh
|
|
Restart=always
|
|
RestartSec=0
|
|
StandardInput=tty
|
|
TTYPath=/dev/console
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
KillMode=process
|
|
IgnoreSIGPIPE=no
|
|
# bash ignores SIGTERM
|
|
KillSignal=SIGHUP
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|