]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/emergency.service.in
man: properly document .socket units in man page
[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
af65a091 10DefaultDependencies=no
de47ca9b
LP
11Conflicts=shutdown.target
12Before=shutdown.target
70fcff31
LP
13
14[Service]
739848d4 15Environment=HOME=/root
1fd116f7 16WorkingDirectory=/root
be12dd0c 17ExecStartPre=-/bin/plymouth quit
eb91400c 18ExecStartPre=-/bin/echo 'Welcome to emergency mode. Use "systemctl default" or ^D to enter default mode.'
ddad6809 19ExecStart=-/sbin/sulogin
9cf25786 20ExecStopPost=@SYSTEMCTL@ --fail --no-block default
f2b68789 21Type=idle
f057408c 22StandardInput=tty-force
cbe82694
MS
23StandardOutput=inherit
24StandardError=inherit
cd25cce9 25KillMode=process
353e12c2 26IgnoreSIGPIPE=no
31934667 27
30609d9c 28# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
31934667 29# terminates cleanly.
30609d9c 30KillSignal=SIGHUP