summaryrefslogtreecommitdiff
path: root/debian/openssh-server.init
diff options
context:
space:
mode:
Diffstat (limited to 'debian/openssh-server.init')
-rw-r--r--debian/openssh-server.init4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/openssh-server.init b/debian/openssh-server.init
index 7706b6c39..67b204789 100644
--- a/debian/openssh-server.init
+++ b/debian/openssh-server.init
@@ -22,6 +22,10 @@ fi
22 22
23. /lib/lsb/init-functions 23. /lib/lsb/init-functions
24 24
25if [ -n "$2" ]; then
26 SSHD_OPTS="$SSHD_OPTS $2"
27fi
28
25# Are we running from init? 29# Are we running from init?
26run_by_init() { 30run_by_init() {
27 ([ "$previous" ] && [ "$runlevel" ]) || [ "$runlevel" = S ] 31 ([ "$previous" ] && [ "$runlevel" ]) || [ "$runlevel" = S ]