mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
transmission: sync with master branch
Fixes to init-script were not cherry-picked properly, sync it with
version found in master branch.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry-picked from a79d6df674)
This commit is contained in:
committed by
Rosen Penev
parent
2986916b81
commit
fff2e26a9b
@@ -114,14 +114,12 @@ transmission() {
|
|||||||
|
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
procd_set_param command "/usr/bin/transmission-daemon"
|
procd_set_param command "/usr/bin/transmission-daemon"
|
||||||
procd_append_param -f
|
procd_append_param command -f --log-error -g "$config_dir"
|
||||||
procd_append_param --log-error
|
|
||||||
procd_append_param -g $config_dir
|
|
||||||
procd_set_param user "$user"
|
procd_set_param user "$user"
|
||||||
procd_set_param group "$group"
|
procd_set_param group "$group"
|
||||||
procd_set_param nice "$nice"
|
procd_set_param nice "$nice"
|
||||||
procd_set_param stderr 1
|
procd_set_param stderr 1
|
||||||
procd_set_param respawn retry=60
|
procd_set_param respawn
|
||||||
|
|
||||||
if [ -z "$USE" ]; then
|
if [ -z "$USE" ]; then
|
||||||
procd_set_param limits core="0 0"
|
procd_set_param limits core="0 0"
|
||||||
|
|||||||
Reference in New Issue
Block a user