hnetd: Updated to latest.
[feed/routing.git] / hnetd / files / hnetd.init
index b24ba56c05c7de91b7f50ac6c846685bd9973d69..8ee076a1cc7cb902d1cfdcc09a2a95f31dcd1f3f 100644 (file)
@@ -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
 }