mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +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 New Issue
Block a user