From: Guillaume Pellerin Date: Thu, 23 Oct 2014 18:00:32 +0000 (+0200) Subject: add conf X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4773604538f6c6f9f4d1fce3108102fc3e626f8a;p=jackd-init.git add conf --- diff --git a/install.sh b/install.sh index 139021a..948fc97 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #!/bin/sh cp -ra src/* / +update-rc.d -f jackd remove update-rc.d jackd defaults 30 30 diff --git a/src/etc/default/jackd b/src/etc/default/jackd new file mode 100644 index 0000000..1d05842 --- /dev/null +++ b/src/etc/default/jackd @@ -0,0 +1,9 @@ +# Set to "yes" to start jackd at boot +START_DAEMON=yes + +# The jackd process will run under this user +USER=telecaster + +# Options to pass to jackd +OPTIONS="-dalsa -r48000 -p1024 -n3 -Chw:3 -Phw:3" +