mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #125266 from aanderse/zabbix-agent
zabbix.agent2: create a symlink which is compatible with the zabbixAg…
This commit is contained in:
commit
536d391b91
1 changed files with 5 additions and 0 deletions
|
@ -46,8 +46,13 @@ import ./versions.nix ({ version, sha256 }:
|
|||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/sbin
|
||||
|
||||
install -Dm0644 src/go/conf/zabbix_agent2.conf $out/etc/zabbix_agent2.conf
|
||||
install -Dm0755 src/go/bin/zabbix_agent2 $out/bin/zabbix_agent2
|
||||
|
||||
# create a symlink which is compatible with the zabbixAgent module
|
||||
ln -s $out/bin/zabbix_agent2 $out/sbin/zabbix_agentd
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue