svn path=/nixos/trunk/; revision=12001

This commit is contained in:
Eelco Dolstra 2008-06-06 12:38:40 +00:00
parent 120ee1d150
commit b8aa6c6f31
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ let
PidFile = ${pidFile}
StartAgents = 1
StartAgents = 5
'';
in

View File

@ -50,6 +50,7 @@ in
cat ${pkgs.zabbixServer}/share/zabbix/db/schema/postgresql.sql | ${pkgs.su}/bin/su -s "$SHELL" zabbix -c 'psql zabbix'
cat ${pkgs.zabbixServer}/share/zabbix/db/data/data.sql | ${pkgs.su}/bin/su -s "$SHELL" zabbix -c 'psql zabbix'
cat ${pkgs.zabbixServer}/share/zabbix/db/data/images_pgsql.sql | ${pkgs.su}/bin/su -s "$SHELL" zabbix -c 'psql zabbix'
touch "${libDir}/db-created"
fi
export PATH=${pkgs.nettools}/bin:$PATH