services: qbittorrent: Increase Shepherd grace period.

* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service):
[start]: Remove #:environment-variables.
[stop]: Add #:grace-period.
pull/1/head
Hilton Chain 1 year ago
parent ceb36522f0
commit 45061dd211
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 5
      rosenthal/services/bittorrent.scm

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

Loading…
Cancel
Save