summaryrefslogtreecommitdiff
path: root/bigclown-gateway/files/init
diff options
context:
space:
mode:
Diffstat (limited to 'bigclown-gateway/files/init')
-rwxr-xr-xbigclown-gateway/files/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigclown-gateway/files/init b/bigclown-gateway/files/init
index 47c12b9..37ddd0d 100755
--- a/bigclown-gateway/files/init
+++ b/bigclown-gateway/files/init
@@ -47,7 +47,7 @@ start_service() {
procd_open_instance
procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
- procd_set_param command "$PROG" -c "$CONF" -W
+ procd_set_param command "$PROG" -c "$CONF"
procd_set_param stdout 1
procd_set_param stderr 1
procd_close_instance