remove hostapd debugging flag
This commit is contained in:
parent
c046c39613
commit
70f8f5ecfd
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ let
|
||||||
in longrun {
|
in longrun {
|
||||||
inherit name;
|
inherit name;
|
||||||
dependencies = [ interface ];
|
dependencies = [ interface ];
|
||||||
run = "${hostapd}/bin/hostapd -d -i ${interface.device} -P /run/${name}.pid -S ${conf}";
|
run = "${hostapd}/bin/hostapd -i ${interface.device} -P /run/${name}.pid -S ${conf}";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue