summaryrefslogtreecommitdiff
path: root/debian/systemd/ssh.service
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-12-21 16:10:02 +0000
committerColin Watson <cjwatson@debian.org>2015-12-21 16:11:43 +0000
commitc496d67c169ac7914a78348371a4dac70c05bfbb (patch)
tree18d8bfa4a436bad93c6bd2b9e59ffe5f996dfcfb /debian/systemd/ssh.service
parent2df85bb3e650f484fd3c95f2be89f4cc1bd0a341 (diff)
parent480b475c69faf9cfa748cc445e36201bc7a81b80 (diff)
Add systemd readiness notification support (closes: #778913).
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