diff --git a/gnu/services/monitoring.scm b/gnu/services/monitoring.scm index a3955808e9..ea0f5b8f0e 100644 --- a/gnu/services/monitoring.scm +++ b/gnu/services/monitoring.scm @@ -534,7 +534,9 @@ configuration file.")) (list "SSL_CERT_DIR=/run/current-system/profile\ /etc/ssl/certs" "SSL_CERT_FILE=/run/current-system/profile\ -/etc/ssl/certs/ca-certificates.crt"))) +/etc/ssl/certs/ca-certificates.crt" + "PATH=/run/setuid-programs:\ +/run/current-system/profile/bin:/run/current-system/profile/sbin"))) (stop #~(make-kill-destructor))))) (define zabbix-agent-service-type