me
/
guix
Archived
1
0
Fork 0

services: mcron: Add description.

* gnu/services/mcron.scm (mcron-service-type): Add description.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Robert Vollmert 2019-12-03 13:46:34 +01:00 committed by Ludovic Courtès
parent 327bfe8db9
commit e7d45693d9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ files."
(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)