mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
dd-agent: set SSL_CERT_FILE for dogstatsd.
(cherry picked from commit c67204dec2
)
This commit is contained in:
parent
20c4d9cade
commit
c5caa853ec
@ -140,6 +140,7 @@ in {
|
||||
Restart = "always";
|
||||
RestartSec = 2;
|
||||
};
|
||||
environment.SSL_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
|
||||
restartTriggers = [ pkgs.dd-agent ddConf postgresqlConfig nginxConfig ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user