]> git.parisson.com Git - jackd-init.git/commitdiff
add conf
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 23 Oct 2014 18:00:32 +0000 (20:00 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 23 Oct 2014 18:00:32 +0000 (20:00 +0200)
install.sh
src/etc/default/jackd [new file with mode: 0644]

index 139021a4122b529ceb11b9b5f8d76f4a5c15da62..948fc97770476f8667f5bff50da268c500511fd3 100755 (executable)
@@ -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 (file)
index 0000000..1d05842
--- /dev/null
@@ -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"
+