Update default jack location on windows, per new installers
[jack2.git] / systemd / jack@.service.in
blobc509a81646f1d00fe08550f46613a31367e1b9ac
1 [Unit]
2 Description=JACK server using %i.conf profile
3 Documentation=man:jackd(1)
4 After=sound.target local-fs.target
6 [Service]
7 Type=notify
8 EnvironmentFile=-/etc/jack/%i.conf
9 EnvironmentFile=-%h/.config/jack/%i.conf
10 ExecStart=@PREFIX@/bin/jackd $JACK_OPTIONS -d $DRIVER -d $DEVICE $DRIVER_SETTINGS
11 LimitRTPRIO=95
12 LimitRTTIME=infinity
13 LimitMEMLOCK=infinity
14 # Caution: use on memory-limited devices only
15 # OOMScoreAdjust=-1000
17 [Install]
18 WantedBy=default.target