mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-11 17:31:10 +07:00
11 lines
147 B
Desktop File
11 lines
147 B
Desktop File
[Unit]
|
|
Description=Emergency Shell
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh
|
|
Type=simple
|
|
StandardInput=tty
|
|
Restart=restart-always
|
|
RestartSec=0
|
|
KillMode=process
|