not used, wasn't ever used

This commit is contained in:
Bruce Leidl 2019-01-15 12:25:31 -05:00
parent 4213ec8e9c
commit ea8d4314e7

View File

@ -1,32 +0,0 @@
# This file is part of https://github.com/random-archer/mkinitcpio-systemd-tool
# Configure custom debug shell for initramfs
[Unit]
Description=Initrd Debug Shell Service
Documentation=https://github.com/random-archer/mkinitcpio-systemd-tool/blob/master/README.md
ConditionPathExists=/etc/initrd-release
ConditionPathExists=/dev/tty8
DefaultDependencies=no
IgnoreOnIsolate=yes
[Service]
Environment=TERM=linux
ExecStart=/bin/sh
Restart=always
RestartSec=3s
StandardInput=tty
TTYPath=/dev/tty8
TTYReset=yes
TTYVHangup=yes
KillMode=process
KillSignal=SIGTERM
IgnoreSIGPIPE=no
[Install]
WantedBy=sysinit.target
[X-SystemdTool]
# enable service
InitrdService=enable