]> Raphaƫl G. Git Repositories - ihttpd/blob - SOURCES/debug-sshd.service
Add missing debug-sshd service
[ihttpd] / SOURCES / debug-sshd.service
1 # Based on /usr/lib/systemd/system/debug-shell.service
2 [Unit]
3 Description=Early sshd shell FOR DEBUGGING ONLY
4 DefaultDependencies=no
5 AllowIsolate=no
6 IgnoreOnIsolate=yes
7
8 [Service]
9 Type=simple
10 KillMode=none
11 ExecStart=@/usr/sbin/sshd /usr/sbin/sshd -e
12
13 [Install]
14 WantedBy=sysinit.target