]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/fedora/single.service
service: rename settings for Restart= from 'restart-always' to 'always' and similar
[thirdparty/systemd.git] / units / fedora / single.service
CommitLineData
0667db89
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7
8# See systemd.special(7) for details
9
10[Unit]
11Description=Rescue Shell
12DefaultDependencies=no
a974d58e 13Conflicts=multi-user.target
201e673c
LP
14After=sysinit.target
15Before=multi-user.target
0667db89
LP
16
17[Service]
739848d4 18Environment=HOME=/root
1fd116f7 19WorkingDirectory=/root
0667db89
LP
20ExecStartPre=-/bin/plymouth --hide-splash
21ExecStartPre=-/bin/echo 'Welcome to rescue mode. Use "systemctl default" to activate default mode.'
ddad6809 22ExecStart=-/sbin/sulogin
0667db89 23StandardInput=tty-force
525ee6f4 24Restart=always
0667db89
LP
25RestartSec=0
26KillMode=process-group
27
30609d9c 28# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
0667db89 29# terminates cleanly.
30609d9c 30KillSignal=SIGHUP