diff options
Diffstat (limited to 'testing/openssh/sshd.service')
-rw-r--r-- | testing/openssh/sshd.service | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/openssh/sshd.service b/testing/openssh/sshd.service deleted file mode 100644 index b5c098b73..000000000 --- a/testing/openssh/sshd.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=OpenSSH Daemon -Wants=sshdgenkeys.service -After=sshdgenkeys.service - -[Service] -ExecStart=/usr/sbin/sshd -D -ExecReload=/bin/kill -HUP $MAINPID -KillMode=process -Restart=always - -[Install] -WantedBy=multi-user.target -Also=sshdgenkeys.service - -# This service file runs an SSH daemon that forks for each incoming connection. -# If you prefer to spawn on-demand daemons, use sshd.socket and sshd@.service. |