summaryrefslogtreecommitdiffstats
path: root/remote/tools/systemd/data/debug-shell.service
diff options
context:
space:
mode:
authorJonathan Bauer2013-01-14 14:30:24 +0100
committerJonathan Bauer2013-01-14 14:30:24 +0100
commite41f215770c7f5d8ee9d420e9f8b22f1c7f7c5ca (patch)
tree4cb484422556d5ee9885c0f7ef9ea8d5377649fb /remote/tools/systemd/data/debug-shell.service
parentold file deleted (diff)
downloadtm-scripts-e41f215770c7f5d8ee9d420e9f8b22f1c7f7c5ca.tar.gz
tm-scripts-e41f215770c7f5d8ee9d420e9f8b22f1c7f7c5ca.tar.xz
tm-scripts-e41f215770c7f5d8ee9d420e9f8b22f1c7f7c5ca.zip
[systemd] update to version 197, integrated udev.
Diffstat (limited to 'remote/tools/systemd/data/debug-shell.service')
-rw-r--r--remote/tools/systemd/data/debug-shell.service34
1 files changed, 0 insertions, 34 deletions
diff --git a/remote/tools/systemd/data/debug-shell.service b/remote/tools/systemd/data/debug-shell.service
deleted file mode 100644
index 063d4995..00000000
--- a/remote/tools/systemd/data/debug-shell.service
+++ /dev/null
@@ -1,34 +0,0 @@
-# This file is part of systemd.
-#
-# systemd is free software; you can redistribute it and/or modify it
-# 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
-# (at your option) any later version.
-
-[Unit]
-Description=Early root shell on tty9 FOR DEBUGGING ONLY
-Documentation=man:sushell(8)
-DefaultDependencies=no
-IgnoreOnIsolate=yes
-
-[Service]
-Environment=TERM=linux
-EnvironmentPath=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/openslx/sbin:/openslx/bin:/openslx/usr/sbin:/openslx/usr/bin
-ExecStart=/openslx/bin/ash
-Restart=always
-RestartSec=0
-StandardInput=tty
-TTYPath=/dev/tty9
-TTYReset=yes
-TTYVHangup=yes
-KillMode=process
-IgnoreSIGPIPE=no
-# bash ignores SIGTERM
-KillSignal=SIGHUP
-
-# Unset locale for the console getty since the console has problems
-# displaying some internationalized messages.
-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=
-
-[Install]
-WantedBy=sysinit.target