summaryrefslogtreecommitdiff
path: root/staging/openssh/sshd.service
diff options
context:
space:
mode:
Diffstat (limited to 'staging/openssh/sshd.service')
-rw-r--r--staging/openssh/sshd.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/staging/openssh/sshd.service b/staging/openssh/sshd.service
deleted file mode 100644
index 7c8f88372..000000000
--- a/staging/openssh/sshd.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=OpenSSH Daemon
-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
-
-# Note that this is the service file for running a single SSH server for all
-# incoming connections, suitable only for systems with a large amount of SSH
-# traffic. In almost all other cases it is a better idea to use sshd.socket +
-# sshd@.service (i.e. the on-demand spawning version for one instance per
-# connection).