mirror of
https://github.com/openwrt/routing.git
synced 2026-07-18 12:11:53 +04:00
hnetd: Updated to latest.
- uci has per-interface 'mode' flag now, as opposed to 'adhoc' 'guest' etc. - made default logging level less verbose (can be changed back in init script) - better prefix selection logic - better initial assignment handling (prevent initial duplicate assignments)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user