X-Git-Url: https://git.rapsys.eu/ihttpd/blobdiff_plain/7e52b5763961f6bd9860ba0d8fa16c4789f6ad7b..985f8d25bdd17fde0ffef26373378ac15fb2d8fe:/SOURCES/debug-sshd.service diff --git a/SOURCES/debug-sshd.service b/SOURCES/debug-sshd.service new file mode 100644 index 0000000..491d96f --- /dev/null +++ b/SOURCES/debug-sshd.service @@ -0,0 +1,14 @@ +# Based on /usr/lib/systemd/system/debug-shell.service +[Unit] +Description=Early sshd shell FOR DEBUGGING ONLY +DefaultDependencies=no +AllowIsolate=no +IgnoreOnIsolate=yes + +[Service] +Type=simple +KillMode=none +ExecStart=@/usr/sbin/sshd /usr/sbin/sshd -e + +[Install] +WantedBy=sysinit.target