mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-06-12 05:55:57 +00:00
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:
parent
ceb36522f0
commit
45061dd211
@ -71,9 +71,8 @@
|
|||||||
#$@extra-options)
|
#$@extra-options)
|
||||||
#:user "qbittorrent"
|
#:user "qbittorrent"
|
||||||
#:group "qbittorrent"
|
#:group "qbittorrent"
|
||||||
#:log-file #$log-file
|
#:log-file #$log-file))
|
||||||
#:environment-variables '("QBT_ACCEPTED=true")))
|
(stop #~(make-kill-destructor #:grace-period 1800)))))))
|
||||||
(stop #~(make-kill-destructor)))))))
|
|
||||||
|
|
||||||
(define qbittorrent-service-type
|
(define qbittorrent-service-type
|
||||||
(service-type
|
(service-type
|
||||||
|
Loading…
Reference in New Issue
Block a user