2011-03-14 23:00:53 +03:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
2012-04-12 02:20:58 +04:00
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
2011-03-14 23:00:53 +03:00
# (at your option) any later version.
[Unit]
Description=Console Shell
2012-06-27 03:07:04 +04:00
Documentation=man:sulogin(8)
2011-03-14 23:00:53 +03:00
After=systemd-user-sessions.service plymouth-quit-wait.service
m4_ifdef(`TARGET_FEDORA',
After=rc-local.service
)m4_dnl
2011-12-02 20:44:31 +04:00
m4_ifdef(`TARGET_DEBIAN',
After=rc.local.service
)m4_dnl
2011-03-14 23:00:53 +03:00
m4_ifdef(`TARGET_ARCH',
After=rc-local.service
)m4_dnl
m4_ifdef(`TARGET_FRUGALWARE',
After=local.service
)m4_dnl
m4_ifdef(`TARGET_ALTLINUX',
After=rc-local.service
)m4_dnl
m4_ifdef(`TARGET_MANDRIVA',
After=rc-local.service
)m4_dnl
2011-10-28 21:16:33 +04:00
m4_ifdef(`TARGET_MAGEIA',
After=rc-local.service
)m4_dnl
2011-03-14 23:00:53 +03:00
Before=getty.target
[Service]
Environment=HOME=/root
WorkingDirectory=/root
ExecStart=-/sbin/sulogin
2012-04-04 08:22:21 +04:00
ExecStopPost=-@SYSTEMCTL@ poweroff
2012-04-24 16:28:00 +04:00
Type=idle
2011-03-14 23:00:53 +03:00
StandardInput=tty-force
2011-09-20 14:11:04 +04:00
StandardOutput=inherit
StandardError=inherit
2011-03-30 01:31:38 +04:00
KillMode=process
2012-02-09 06:18:04 +04:00
IgnoreSIGPIPE=no
2011-03-14 23:00:53 +03:00
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
# terminates cleanly.
KillSignal=SIGHUP
[Install]
WantedBy=getty.target