0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

* Use the ‘path’ attribute in Upstart jobs in more places. It's a bit

more readable (also in "ps" output).

svn path=/nixos/trunk/; revision=30565
This commit is contained in:
Eelco Dolstra 2011-11-25 16:32:54 +00:00
parent 1d5d7036d0
commit 8eba736da9
18 changed files with 70 additions and 42 deletions

View file

@ -46,7 +46,7 @@ in
'';
# The frontend needs "ps" to find out whether zabbix_server is running.
extraServerPath = ["${pkgs.procps}/bin"];
extraServerPath = [ pkgs.procps ];
options = {