aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-08-20 14:13:40 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-08-20 14:27:40 +0200
commit917d264454c72c77990ecb980961f47daa7f77e1 (patch)
tree156337414efcc713df5000b03a9e0f263939f5f6 /main/freeswitch/freeswitch.initd
parentd89a33cb134cd757e7519a7e6b7253bacf8a8a6f (diff)
downloadaports-917d264454c72c77990ecb980961f47daa7f77e1.tar.bz2
aports-917d264454c72c77990ecb980961f47daa7f77e1.tar.xz
main/freeswitch: use patch from upstream for pthread priority fix
and increase timeout on stop
Diffstat (limited to 'main/freeswitch/freeswitch.initd')
-rwxr-xr-xmain/freeswitch/freeswitch.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/freeswitch.initd b/main/freeswitch/freeswitch.initd
index 452a38bbe9..bbcb6f463a 100755
--- a/main/freeswitch/freeswitch.initd
+++ b/main/freeswitch/freeswitch.initd
@@ -52,7 +52,7 @@ stop() {
ebegin "Stopping Freeswitch"
start-stop-daemon --quiet --stop \
--pidfile $pidfile \
- --retry 10 \
+ --retry 20 \
--exec /usr/bin/freeswitch
eend $?
}