-
Notifications
You must be signed in to change notification settings - Fork 75
jackdrc(5)
Robin Gareus edited this page Feb 11, 2013
·
2 revisions
jackdrc - jack autostart configuration
JACK is evolving a mechanism for automatically starting the server when needed. Any client started without a running JACK server will attempt to start one itself using the command line found in the first line of $HOME/.jackdrc if it exists, or /etc/jackdrc if it does not. If neither file exists, a built-in default command will be used, including the -T flag, which causes the server to shut down when all clients have exited.
As a transition, this only happens when $JACK_START_SERVER is defined in the environment of the calling process. In the future this will become normal behavior. In either case, defining $JACK_NO_START_SERVER disables this feature.
-
/etc/jackdrc
- global defaults -
$HOME/.jackdrc
- per-user override