chiark / gitweb /
modules-load: use correct va_list logging function
[elogind.git] / units / systemd-debug-shell.service.in
1 [Unit]
2 Description=Early root shell on tty9 FOR DEBUGGING ONLY
3 Documentation=man:sushell(8)
4 DefaultDependencies=no
5 IgnoreOnIsolate=yes
6
7 [Service]
8 Environment=TERM=linux
9 ExecStart=@sushell@
10 Restart=always
11 RestartSec=0
12 StandardInput=tty
13 TTYPath=/dev/tty9
14 TTYReset=yes
15 TTYVHangup=yes
16 KillMode=process
17 IgnoreSIGPIPE=no
18 # bash ignores SIGTERM
19 KillSignal=SIGHUP
20
21 # Unset locale for the console getty since the console has problems
22 # displaying some internationalized messages.
23 Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION=
24
25 [Install]
26 WantedBy=sysinit.target