mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
* wpa_supplicant: start/stop automatically.
svn path=/nixos/branches/modular-nixos/; revision=16451
This commit is contained in:
parent
c4780a8953
commit
38d594deec
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ in
|
|||
jobs = pkgs.lib.singleton
|
||||
{ name = "wpa_supplicant";
|
||||
|
||||
startOn = "network-interfaces/started";
|
||||
stopOn = "network-interfaces/stop";
|
||||
|
||||
preStart =
|
||||
''
|
||||
touch -a ${configFile}
|
||||
|
|
Loading…
Reference in a new issue