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 =
|
exec =
|
||||||
"${pkgs.wpa_supplicant}/sbin/wpa_supplicant " +
|
"${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…
x
Reference in New Issue
Block a user