* wpa_supplicant: start/stop automatically.
svn path=/nixos/branches/modular-nixos/; revision=16451
This commit is contained in:
parent
c4780a8953
commit
38d594deec
@ -38,6 +38,9 @@ in
|
|||||||
jobs = pkgs.lib.singleton
|
jobs = pkgs.lib.singleton
|
||||||
{ name = "wpa_supplicant";
|
{ name = "wpa_supplicant";
|
||||||
|
|
||||||
|
startOn = "network-interfaces/started";
|
||||||
|
stopOn = "network-interfaces/stop";
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
touch -a ${configFile}
|
touch -a ${configFile}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user