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:
Ludovic Courtès 2023-10-02 17:01:10 +02:00
parent e45f9b4b12
commit e0e85f2b23
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")