mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-02-02 15:35:24 +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)
|
||||
#: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…
Reference in New Issue
Block a user