diff options
Diffstat (limited to 'debian/systemd/ssh.service')
-rw-r--r-- | debian/systemd/ssh.service | 2 |
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 | |||
9 | ExecReload=/bin/kill -HUP $MAINPID | 9 | ExecReload=/bin/kill -HUP $MAINPID |
10 | KillMode=process | 10 | KillMode=process |
11 | Restart=on-failure | 11 | Restart=on-failure |
12 | RestartPreventExitStatus=255 | ||
13 | Type=notify | ||
12 | 14 | ||
13 | [Install] | 15 | [Install] |
14 | WantedBy=multi-user.target | 16 | WantedBy=multi-user.target |