transmission: increase the number of retries for respawn

The default 5 per hour is too small for transmission which may
crash quite some times.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos 2015-06-17 22:02:46 +02:00
parent fc959cf5b8
commit 49bfb73dfd
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ transmission() {
procd_open_instance
procd_set_param command /usr/bin/transmission-daemon -g $config_dir -f
procd_set_param respawn
procd_set_param respawn retry=60
procd_set_param user "$user"
if test -z "$USE";then
procd_set_param limits core="0 0"