me
/
guix
Archived
1
0
Fork 0

services: getmail: Fix stopping the shepherd service.

* gnu/services/getmail.scm (getmail-shepherd-services): Add a stop component
to the shepherd services.
master
Christopher Baines 2020-01-20 19:01:23 +00:00
parent 19b310901c
commit 147a7f1fd2
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

View File

@ -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