chiark / gitweb /
execute: free syscall filter array after use
[elogind.git] / units / console-shell.service.m4.in
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 Lesser General Public License as published by
5 #  the Free Software Foundation; either version 2.1 of the License, or
6 #  (at your option) any later version.
7
8 [Unit]
9 Description=Console Shell
10 Documentation=man:sulogin(8)
11 After=systemd-user-sessions.service plymouth-quit-wait.service
12 m4_ifdef(`TARGET_FEDORA',
13 After=rc-local.service
14 )m4_dnl
15 m4_ifdef(`TARGET_ARCH',
16 After=rc-local.service
17 )m4_dnl
18 m4_ifdef(`TARGET_FRUGALWARE',
19 After=local.service
20 )m4_dnl
21 m4_ifdef(`TARGET_ALTLINUX',
22 After=rc-local.service
23 )m4_dnl
24 m4_ifdef(`TARGET_MANDRIVA',
25 After=rc-local.service
26 )m4_dnl
27 m4_ifdef(`TARGET_MAGEIA',
28 After=rc-local.service
29 )m4_dnl
30 Before=getty.target
31
32 [Service]
33 Environment=HOME=/root
34 WorkingDirectory=/root
35 ExecStart=-/sbin/sulogin
36 ExecStopPost=-@SYSTEMCTL@ poweroff
37 Type=idle
38 StandardInput=tty-force
39 StandardOutput=inherit
40 StandardError=inherit
41 KillMode=process
42 IgnoreSIGPIPE=no
43
44 # Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
45 # terminates cleanly.
46 KillSignal=SIGHUP
47
48 [Install]
49 WantedBy=getty.target