]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/emergency.service.in
units: simplify rescue.service and emergency.service (#5623)
[thirdparty/systemd.git] / units / emergency.service.in
CommitLineData
70449379
LP
1# This file is part of systemd.
2#
70449379 3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
70449379 6# (at your option) any later version.
70449379 7
09477267 8[Unit]
70fcff31 9Description=Emergency Shell
744881d1 10Documentation=man:sulogin(8)
af65a091 11DefaultDependencies=no
de47ca9b 12Conflicts=shutdown.target
87502e58 13Conflicts=rescue.service
3136ec90 14Conflicts=syslog.socket
de47ca9b 15Before=shutdown.target
70fcff31
LP
16
17[Service]
739848d4 18Environment=HOME=/root
cde3d687 19WorkingDirectory=-/root
29f32655 20ExecStart=-@rootlibexecdir@/systemd-sulogin-shell emergency
f2b68789 21Type=idle
f057408c 22StandardInput=tty-force
cbe82694
MS
23StandardOutput=inherit
24StandardError=inherit
cd25cce9 25KillMode=process
353e12c2 26IgnoreSIGPIPE=no
82659fd7 27SendSIGHUP=yes