mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: mcron: Add description.
* gnu/services/mcron.scm (mcron-service-type): Add description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
327bfe8db9
commit
e7d45693d9
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ (define mcron-shepherd-services
|
|||
|
||||
(define mcron-service-type
|
||||
(service-type (name 'mcron)
|
||||
(description
|
||||
"Run the mcron job scheduling daemon.")
|
||||
(extensions
|
||||
(list (service-extension shepherd-root-service-type
|
||||
mcron-shepherd-services)
|
||||
|
|
Loading…
Reference in a new issue