mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03: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
|