]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/debug-shell.service.in
Merge pull request #14017 from poettering/analyze-calendar-tweaks
[thirdparty/systemd.git] / units / debug-shell.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
454591be
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
8# (at your option) any later version.
9
ed061a8d 10[Unit]
5ec6b15b 11Description=Early root shell on @DEBUGTTY@ FOR DEBUGGING ONLY
9b873d1c 12Documentation=man:systemd-debug-generator(8)
ed061a8d
MS
13DefaultDependencies=no
14IgnoreOnIsolate=yes
0138a2dc 15ConditionPathExists=@DEBUGTTY@
ed061a8d
MS
16
17[Service]
18Environment=TERM=linux
5ec6b15b 19ExecStart=@SUSHELL@
ed061a8d
MS
20Restart=always
21RestartSec=0
22StandardInput=tty
5ec6b15b 23TTYPath=@DEBUGTTY@
ed061a8d
MS
24TTYReset=yes
25TTYVHangup=yes
26KillMode=process
27IgnoreSIGPIPE=no
28# bash ignores SIGTERM
29KillSignal=SIGHUP
30
31# Unset locale for the console getty since the console has problems
32# displaying some internationalized messages.
82f93439 33UnsetEnvironment=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
ed061a8d
MS
34
35[Install]
36WantedBy=sysinit.target