mirror of
https://github.com/systemd/systemd.git
synced 2025-01-02 14:44:12 +08:00
11 lines
147 B
SYSTEMD
11 lines
147 B
SYSTEMD
|
[Meta]
|
||
|
Description=Emergency Shell
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sh
|
||
|
Type=simple
|
||
|
StandardInput=tty
|
||
|
Restart=restart-always
|
||
|
RestartSec=0
|
||
|
KillMode=process
|