diff --git a/topologyd/files/etc/init.d/topologyd b/topologyd/files/etc/init.d/topologyd index 612238fe3..15d925e81 100755 --- a/topologyd/files/etc/init.d/topologyd +++ b/topologyd/files/etc/init.d/topologyd @@ -17,7 +17,7 @@ start_service() { fi procd_set_param respawn - procd_set_param stdout 1 +# procd_set_param stdout 1 procd_set_param stderr 1 procd_close_instance }