]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/console-shell.service.m4.in
Merge pull request #1726 from teg/networkd-2
[thirdparty/systemd.git] / units / console-shell.service.m4.in
CommitLineData
1063dc3a
LP
1# This file is part of systemd.
2#
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
1063dc3a
LP
6# (at your option) any later version.
7
8[Unit]
9Description=Console Shell
744881d1 10Documentation=man:sulogin(8)
1063dc3a 11After=systemd-user-sessions.service plymouth-quit-wait.service
83514a2f 12m4_ifdef(`HAVE_SYSV_COMPAT',
6fdae8a6
DM
13After=rc-local.service
14)m4_dnl
1063dc3a
LP
15Before=getty.target
16
17[Service]
18Environment=HOME=/root
19WorkingDirectory=/root
66b0e0e0 20ExecStart=-@SULOGIN@
9cf25786 21ExecStopPost=-@SYSTEMCTL@ poweroff
f2b68789 22Type=idle
1063dc3a 23StandardInput=tty-force
cbe82694
MS
24StandardOutput=inherit
25StandardError=inherit
cd25cce9 26KillMode=process
353e12c2 27IgnoreSIGPIPE=no
82659fd7 28SendSIGHUP=yes
1063dc3a
LP
29
30[Install]
31WantedBy=getty.target