1JACK_WAIT(1) General Commands Manual JACK_WAIT(1)
2
3
4
6 jack_wait - JACK toolkit client to check and wait for existence/exit of
7 jackd.
8
10 jack_wait [ -s | --server servername ] [ -t | --timeout timeout_seconds
11 [ -cqwhv ]
12
14 jack_wait When invoked with -c it only checks for the existence of a
15 jack server. When invoked with -w the program will wait for a jackd to
16 be available. The -q makes it wait for the jackd to exit.
17
18
20 -w, --wait
21 Wait for jackd to be available.
22
23 -q, --quit
24 Wait for jackd quit.
25
26 -c, --check
27 Only check for existence of jackd, and exit.
28
29 -s, --server servername
30 Connect to the jack server named servername
31
32 -t, --timeout timeout_seconds
33 Only wait timeout_seconds.
34
35 -h, --help
36 Display help/usage message
37
38 -v, --version
39 Output version information and exit
40
41
42
43
44
451.9.14 August 2020 JACK_WAIT(1)