gnu: ebusd: Default pidfile and logfile to writable locations.
* gnu/packages/embedded.scm (ebusd)[arguments]<#:configure-flags>: Specify --localstatedir=/var
This commit is contained in:
parent
2c4131ebb3
commit
ff48a10807
@ -1472,7 +1472,8 @@ debugging them, and more.")
|
||||
"1zqnxk6vgszlf410pypsjjliiy9wawy585fm7v25mka47i6iqafq"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:configure-flags '("--localstatedir=/var")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'install 'install-config
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
|
Loading…
Reference in New Issue
Block a user