services: mcron: Add module for %user-log-dir.
* gnu/services/mcron.scm (mcron-shepherd-services)[modules]: Add (shepherd support) for home service.master
parent
e318b62df3
commit
552d070377
|
@ -165,6 +165,9 @@ files."
|
|||
(ice-9 popen) ;for the 'schedule' action
|
||||
(ice-9 rdelim)
|
||||
(ice-9 match)
|
||||
,(if home-service?
|
||||
'((shepherd support) #:select (%user-log-dir))
|
||||
'())
|
||||
,@%default-modules))
|
||||
(start #~(make-forkexec-constructor
|
||||
(list #$(file-append mcron "/bin/mcron")
|
||||
|
|
Reference in New Issue