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:
parent
1d5d7036d0
commit
8eba736da9
18 changed files with 70 additions and 42 deletions
|
@ -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 = {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue