aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd
diff options
context:
space:
mode:
authorDavid Runge <david.runge@native-instruments.de>2019-10-07 16:43:49 +0200
committerDavid Runge <david.runge@native-instruments.de>2019-10-07 16:43:49 +0200
commita4c8f36ede94a1163d1a4aedde859daad9a54fc5 (patch)
tree5f81b9a1341e3e18048f4c98ac37c58be54c832d /.config/systemd
parent3b7496d9060c6d596f0f065fbb3922163863fdf8 (diff)
downloaddotfiles-a4c8f36ede94a1163d1a4aedde859daad9a54fc5.tar.gz
dotfiles-a4c8f36ede94a1163d1a4aedde859daad9a54fc5.tar.bz2
dotfiles-a4c8f36ede94a1163d1a4aedde859daad9a54fc5.tar.xz
dotfiles-a4c8f36ede94a1163d1a4aedde859daad9a54fc5.zip
.config/systemd/user/jack@.service: Removing custom jack@ user service (it has been upstreamed and is available since jack2 1.9.13).
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/jack@.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/systemd/user/jack@.service b/.config/systemd/user/jack@.service
deleted file mode 100644
index 6e70cc7..0000000
--- a/.config/systemd/user/jack@.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=JACK server using %i.conf profile
-Documentation=man:jackd(1)
-After=sound.target local-fs.target
-
-[Service]
-EnvironmentFile=-/etc/jack/%i.conf
-EnvironmentFile=-%h/.config/jack/%i.conf
-ExecStart=/usr/bin/jackd $JACK_OPTIONS -d $DRIVER -d $DEVICE $DRIVER_SETTINGS
-LimitRTPRIO=95
-LimitRTTIME=infinity
-LimitMEMLOCK=infinity
-# Caution: use on memory-limited devices only
-# OOMScoreAdjust=-1000
-
-[Install]
-WantedBy=default.target