forked from dan/liminix
remove hostapd debugging flag
This commit is contained in:
parent
c046c39613
commit
70f8f5ecfd
@ -36,5 +36,5 @@ let
|
||||
in longrun {
|
||||
inherit name;
|
||||
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 New Issue
Block a user