zalsa: return error directly if failed to init, fix mem leak
[jack2.git] / systemd / example.conf
blobe1c22e9bb7913af51b866c106deab542a92d0c36
1 # Configuration profile for the templated systemd user unit jack@.service
2 # A (modified) copy of this configuration can be used to start jackd statically
3 # for a user, which has the upside, that other systemd user units can depend on
4 # it.
6 # The systemd user service expects the configuration profiles to be located
7 # below /etc/jack or the user's $XDG_CONFIG_HOME and can then be started using
8 # systemctl (i.e. `systemctl --user start jack@example`).
10 # Please note, that setups can be very diverse and therefore this approach
11 # might or might not suit your requirements. However, it attempts to be as
12 # versatile as possible.
14 # For further details regarding the various options and drivers used by JACK,
15 # see `man 1 jackd` and for information on systemd's unit configuration see
16 # `man 5 systemd.unit`, `man 5 systemd.service` and `man 5 systemd.exec`.
19 # The name of the JACK server
20 JACK_DEFAULT_SERVER="default"
21 # Options to JACK (e.g. -m, -n, -p, -r, -P, -t, -C, -u, -v)
22 JACK_OPTIONS=""
23 # Audio backend (e.g. alsa, dummy, firewire, netone, oss, portaudio)
24 DRIVER="alsa"
25 # Device name (used by the audio backend)
26 DEVICE="hw:PCH,0"
27 # Specific settings for the audio backend in use
28 DRIVER_SETTINGS=""