Last active
October 6, 2022 03:55
-
-
Save njh/b5ade86bf1f009904199b15dd2830713 to your computer and use it in GitHub Desktop.
systemd service file for running headless JACK server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=JACK | |
After=sound.target | |
[Service] | |
LimitRTPRIO=infinity | |
LimitMEMLOCK=infinity | |
User=rotter | |
ExecStart=/usr/bin/jackd --realtime -P89 -d alsa -d hw:1 -r 48000 | |
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment