diff options
author | Michael Biebl <biebl@debian.org> | 2015-12-21 16:10:02 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-12-21 16:11:43 +0000 |
commit | c496d67c169ac7914a78348371a4dac70c05bfbb (patch) | |
tree | 18d8bfa4a436bad93c6bd2b9e59ffe5f996dfcfb /debian/systemd/ssh.service | |
parent | 2df85bb3e650f484fd3c95f2be89f4cc1bd0a341 (diff) | |
parent | 480b475c69faf9cfa748cc445e36201bc7a81b80 (diff) |
Add systemd readiness notification support (closes: #778913).
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 |