mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
services: mcron: Do not #:select ‘%user-log-dir’.
* gnu/services/mcron.scm (mcron-shepherd-services): Do not #:select ‘%user-log-dir’ from (shepherd support) since it’s missing in the Shepherd 0.8, which is still used on GNU/Hurd.
This commit is contained in:
parent
e45f9b4b12
commit
e0e85f2b23
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ (define (mcron-shepherd-services config)
|
|||
(ice-9 popen) ;for the 'schedule' action
|
||||
(ice-9 rdelim)
|
||||
(ice-9 match)
|
||||
((shepherd support) #:select (%user-log-dir))
|
||||
(shepherd support) ;for '%user-log-dir'
|
||||
,@%default-modules))
|
||||
(start #~(make-forkexec-constructor
|
||||
(list #$(file-append mcron "/bin/mcron")
|
||||
|
|
Loading…
Reference in a new issue