You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
241 B
INI
15 lines
241 B
INI
12 months ago
|
[Unit]
|
||
|
Description=JACK
|
||
|
After=sound.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
LimitRTPRIO=infinity
|
||
|
LimitMEMLOCK=infinity
|
||
|
User=xpub
|
||
|
Environment="JACK_NO_AUDIO_RESERVATION=1"
|
||
|
ExecStart=/usr/bin/jackd -R -dalsa -dhw:1
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|