X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=hnetd%2Ffiles%2Fhnetd.init;h=8ee076a1cc7cb902d1cfdcc09a2a95f31dcd1f3f;hb=f2c0aa67b215cd5caa6b876941b623c615fe3688;hp=b24ba56c05c7de91b7f50ac6c846685bd9973d69;hpb=aa9af551d0bf027ec683c04c4ea15a773b43af67;p=lede-routing%2F.git diff --git a/hnetd/files/hnetd.init b/hnetd/files/hnetd.init index b24ba56..8ee076a 100644 --- a/hnetd/files/hnetd.init +++ b/hnetd/files/hnetd.init @@ -63,6 +63,9 @@ start_service() { config_get val sd domain_name [ -n "$val" ] && procd_append_param command -m $val + # For more verbose logging, uncomment this: + #procd_append_param command --loglevel 7 + procd_set_param respawn procd_close_instance }