Fix some references to deprecated /etc/ssl/certs/ca-bundle.crt

This commit is contained in:
Eelco Dolstra
2016-01-29 02:32:05 +01:00
parent 7d2eb0c4ab
commit bfebc7342e
5 changed files with 9 additions and 9 deletions
@@ -127,7 +127,7 @@ in
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
environment.SSL_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
environment.SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt";
serviceConfig = {
# Uncomment this if too many problems occur:
# Type = "forking";