summaryrefslogtreecommitdiff
path: root/debian/systemd/ssh.service
diff options
context:
space:
mode:
Diffstat (limited to 'debian/systemd/ssh.service')
-rw-r--r--debian/systemd/ssh.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/systemd/ssh.service b/debian/systemd/ssh.service
index ff28d39c1..3df8c6426 100644
--- a/debian/systemd/ssh.service
+++ b/debian/systemd/ssh.service
@@ -9,6 +9,8 @@ ExecStart=/usr/sbin/sshd -D $SSHD_OPTS
9ExecReload=/bin/kill -HUP $MAINPID 9ExecReload=/bin/kill -HUP $MAINPID
10KillMode=process 10KillMode=process
11Restart=on-failure 11Restart=on-failure
12RestartPreventExitStatus=255
13Type=notify
12 14
13[Install] 15[Install]
14WantedBy=multi-user.target 16WantedBy=multi-user.target