services: getmail: Fix stopping the shepherd service.
* gnu/services/getmail.scm (getmail-shepherd-services): Add a stop component to the shepherd services.master
parent
19b310901c
commit
147a7f1fd2
|
@ -360,7 +360,8 @@ notifications. This depends on the server supporting the IDLE extension.")
|
|||
(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
|
||||
|
|
Reference in New Issue