mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
services: getmail: Fix stopping the shepherd service.
* gnu/services/getmail.scm (getmail-shepherd-services): Add a stop component to the shepherd services.
This commit is contained in:
parent
19b310901c
commit
147a7f1fd2
1 changed files with 2 additions and 1 deletions
|
@ -360,7 +360,8 @@ (define (getmail-shepherd-services configs)
|
|||
(list #$@environment-variables)
|
||||
#:log-file
|
||||
#$(string-append "/var/log/getmail-"
|
||||
(symbol->string name)))))))
|
||||
(symbol->string name))))
|
||||
(stop #~(make-kill-destructor)))))
|
||||
configs))
|
||||
|
||||
(define getmail-service-type
|
||||
|
|
Loading…
Reference in a new issue