mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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:
parent
81873cbc5d
commit
756f16aa01
1 changed files with 3 additions and 1 deletions
|
@ -534,7 +534,9 @@ (define (zabbix-agent-shepherd-service config)
|
||||||
(list "SSL_CERT_DIR=/run/current-system/profile\
|
(list "SSL_CERT_DIR=/run/current-system/profile\
|
||||||
/etc/ssl/certs"
|
/etc/ssl/certs"
|
||||||
"SSL_CERT_FILE=/run/current-system/profile\
|
"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)))))
|
(stop #~(make-kill-destructor)))))
|
||||||
|
|
||||||
(define zabbix-agent-service-type
|
(define zabbix-agent-service-type
|
||||||
|
|
Loading…
Reference in a new issue