diff --git a/doskast-sshd.service b/doskast-sshd.service index a34b374..360d663 100644 --- a/doskast-sshd.service +++ b/doskast-sshd.service @@ -4,7 +4,9 @@ After=network.target doskast-sshd-keygen.service Wants=doskast-sshd-keygen.service [Service] -ExecStart=/usr/sbin/sshd -D -f /etc/doskast/doskast-sshd.conf +ExecStart=/usr/sbin/sshd \ + -D \ + -f /etc/doskast/doskast-sshd.conf ExecReload=/bin/kill -HUP $MAINPID KillMode=process Restart=on-failure