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.
parent
e45f9b4b12
commit
e0e85f2b23
|
@ -165,7 +165,7 @@ files."
|
||||||
(ice-9 popen) ;for the 'schedule' action
|
(ice-9 popen) ;for the 'schedule' action
|
||||||
(ice-9 rdelim)
|
(ice-9 rdelim)
|
||||||
(ice-9 match)
|
(ice-9 match)
|
||||||
((shepherd support) #:select (%user-log-dir))
|
(shepherd support) ;for '%user-log-dir'
|
||||||
,@%default-modules))
|
,@%default-modules))
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list #$(file-append mcron "/bin/mcron")
|
(list #$(file-append mcron "/bin/mcron")
|
||||||
|
|
Reference in New Issue