]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/console-shell.service.m4
untis: allow both console and plymouth ask password agents in boot transaction to...
[thirdparty/systemd.git] / units / console-shell.service.m4
CommitLineData
1063dc3a
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[Unit]
9Description=Console Shell
10After=systemd-user-sessions.service plymouth-quit-wait.service
11m4_ifdef(`TARGET_FEDORA',
12After=rc-local.service
13)m4_dnl
14m4_ifdef(`TARGET_ARCH',
15After=rc-local.service
16)m4_dnl
17m4_ifdef(`TARGET_FRUGALWARE',
18After=local.service
19)m4_dnl
20m4_ifdef(`TARGET_ALTLINUX',
21After=rc-local.service
22)m4_dnl
23m4_ifdef(`TARGET_MANDRIVA',
24After=rc-local.service
25)m4_dnl
26Before=getty.target
27
28[Service]
29Environment=HOME=/root
30WorkingDirectory=/root
31ExecStart=-/sbin/sulogin
32ExecStopPost=-/bin/systemctl poweroff
33StandardInput=tty-force
cd25cce9 34KillMode=process
1063dc3a
LP
35
36# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
37# terminates cleanly.
38KillSignal=SIGHUP
39
40[Install]
41WantedBy=getty.target