Systemd/units/emergency.service

11 lines
147 B
SYSTEMD
Raw Normal View History

2010-04-15 23:20:17 +02:00
[Unit]
Description=Emergency Shell
[Service]
ExecStart=/bin/sh
Type=simple
StandardInput=tty
Restart=restart-always
RestartSec=0
KillMode=process