From 9b61577c3ceb809c2473d4757590a01054466eaf Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 7 Mar 2017 11:14:32 +0100 Subject: moved all dracut modules to modules.d/ + support --- .../wlan-boot/debug/services/debug-shell.service | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 builder/wlan-boot/debug/services/debug-shell.service (limited to 'builder/wlan-boot/debug/services/debug-shell.service') diff --git a/builder/wlan-boot/debug/services/debug-shell.service b/builder/wlan-boot/debug/services/debug-shell.service deleted file mode 100644 index 462694a6..00000000 --- a/builder/wlan-boot/debug/services/debug-shell.service +++ /dev/null @@ -1,33 +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 /dev/tty9 FOR DEBUGGING ONLY -Documentation=man:sushell(8) -DefaultDependencies=no -IgnoreOnIsolate=yes - -[Service] -Environment=TERM=linux -ExecStart=/opt/openslx/usr/bin/busybox 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 -- cgit v1.2.3-55-g7522