services: zabbix-agent: Set the PATH variable.

* gnu/services/monitoring.scm (zabbix-agent-shepherd-service)[start]: Set the
PATH variable to the common values.
This commit is contained in:
Marius Bakke 2022-01-29 11:41:17 +01:00
parent 81873cbc5d
commit 756f16aa01
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -534,7 +534,9 @@ (define (zabbix-agent-shepherd-service config)
(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