]> Raphaƫl G. Git Repositories - ihttpd/blobdiff - SOURCES/debug-sshd.service
Add missing debug-sshd service
[ihttpd] / SOURCES / debug-sshd.service
diff --git a/SOURCES/debug-sshd.service b/SOURCES/debug-sshd.service
new file mode 100644 (file)
index 0000000..491d96f
--- /dev/null
@@ -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