aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd/user/jack@.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/jack@.service')
-rw-r--r--.config/systemd/user/jack@.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/systemd/user/jack@.service b/.config/systemd/user/jack@.service
new file mode 100644
index 0000000..1a77e5a
--- /dev/null
+++ b/.config/systemd/user/jack@.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=JACK server using %i configuration
+After=sound.target local-fs.target
+
+[Service]
+EnvironmentFile=-/etc/jack/%i
+EnvironmentFile=-%h/.config/jack/%i
+ExecStart=/usr/bin/jackd $JACK_OPTIONS -d $DRIVER -d $DEVICE $DRIVER_SETTINGS
+LimitRTPRIO=95
+LimitRTTIME=infinity
+
+[Install]
+WantedBy=default.target