1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 23:51:28 +03:00
systemd/units/emergency.service

11 lines
147 B
SYSTEMD
Raw Normal View History

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