mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 08:05:40 +00:00
Using wpa_supplicant feature to log to syslog, instead of stdout (which,
in the actual upstart job, meant /dev/console) svn path=/nixos/trunk/; revision=19003
This commit is contained in:
parent
4e8270f695
commit
ee434cc3d6
|
@ -56,7 +56,8 @@ in
|
|||
|
||||
exec =
|
||||
"${pkgs.wpa_supplicant}/sbin/wpa_supplicant " +
|
||||
"-C /var/run/wpa_supplicant -c ${configFile} -i${config.networking.WLANInterface}";
|
||||
"-s -C /var/run/wpa_supplicant " +
|
||||
"-c ${configFile} -i${config.networking.WLANInterface}";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue