From 415d616004de7a6d999a38d93bbbc5a34b460751 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 6 Aug 2014 04:30:10 +0100 Subject: openssh → openssh-princ-fp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sshd.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sshd.service (limited to 'sshd.service') diff --git a/sshd.service b/sshd.service new file mode 100644 index 0000000..55ed953 --- /dev/null +++ b/sshd.service @@ -0,0 +1,17 @@ +[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. -- cgit v1.2.3-70-g09d2