aboutsummaryrefslogtreecommitdiff
path: root/net/autossh/files/autossh.init
diff options
context:
space:
mode:
Diffstat (limited to 'net/autossh/files/autossh.init')
-rw-r--r--net/autossh/files/autossh.init3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/autossh/files/autossh.init b/net/autossh/files/autossh.init
index f73e41573..9f6225bb0 100644
--- a/net/autossh/files/autossh.init
+++ b/net/autossh/files/autossh.init
@@ -18,8 +18,7 @@ start_instance() {
procd_open_instance
procd_set_param command /usr/sbin/autossh -M ${monitorport:-20000} ${ssh}
procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
- procd_set_param env AUTOSSH_GATETIME="${gatetime:-30}"
- procd_set_param env AUTOSSH_POLL="${poll:-600}"
+ procd_set_param env AUTOSSH_GATETIME="${gatetime:-30}" AUTOSSH_POLL="${poll:-600}"
procd_close_instance
}