Skip to content

Instantly share code, notes, and snippets.

@njh
Last active October 6, 2022 03:55
Show Gist options
  • Save njh/b5ade86bf1f009904199b15dd2830713 to your computer and use it in GitHub Desktop.
Save njh/b5ade86bf1f009904199b15dd2830713 to your computer and use it in GitHub Desktop.
systemd service file for running headless JACK server
[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