summaryrefslogtreecommitdiff
path: root/pcr/openssh-knock/sshd.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/openssh-knock/sshd.service')
-rw-r--r--pcr/openssh-knock/sshd.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/openssh-knock/sshd.service b/pcr/openssh-knock/sshd.service
deleted file mode 100644
index 55ed95322..000000000
--- a/pcr/openssh-knock/sshd.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=OpenSSH Daemon
-Wants=sshdgenkeys.service
-After=sshdgenkeys.service
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/sshd -D
-ExecReload=/bin/kill -HUP $MAINPID
-KillMode=process
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
-
-# 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.