From 674d43fbf9be1f213db9955c214f042a191dfee7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 26 Nov 2012 00:36:22 +0000 Subject: PARAMS needs to be after /etc/default/ so that get set svn path=/trunk/; revision=16581 --- scripts/debian/init.d/pd-extended | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/debian/init.d/pd-extended b/scripts/debian/init.d/pd-extended index bee98768..de11dbb2 100755 --- a/scripts/debian/init.d/pd-extended +++ b/scripts/debian/init.d/pd-extended @@ -27,9 +27,6 @@ RUNPDDAEMON=no USER=nobody #PORT=34985 -# this is meant for running Pd as a server, so it turns off everything -PARAMS="-nogui -noaudio -nomidi $OPTIONS" - # Exit if the package is not installed [ -x "$DAEMON" ] || exit 0 @@ -43,6 +40,9 @@ PARAMS="-nogui -noaudio -nomidi $OPTIONS" # Depend on lsb-base (>= 3.0-6) to ensure that this file is present. . /lib/lsb/init-functions +# this is meant for running Pd as a server, so it turns off everything +PARAMS="-nogui -noaudio -nomidi $OPTIONS" + # # Function that starts the daemon/service # -- cgit v1.2.1