services: qbittorrent: Increase Shepherd grace period.

* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service):
[start]: Remove #:environment-variables.
[stop]: Add #:grace-period.
This commit is contained in:
Hilton Chain 2023-06-28 20:30:48 +08:00
parent ceb36522f0
commit 45061dd211
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -71,9 +71,8 @@
#$@extra-options)
#:user "qbittorrent"
#:group "qbittorrent"
#:log-file #$log-file
#:environment-variables '("QBT_ACCEPTED=true")))
(stop #~(make-kill-destructor)))))))
#:log-file #$log-file))
(stop #~(make-kill-destructor #:grace-period 1800)))))))
(define qbittorrent-service-type
(service-type