mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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\
|
||||
/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
|
||||
|
|
Loading…
Reference in a new issue