1cjdns-online(1)check whether cjdns tunnel devices are availablecjdns-online(1)
2
3
4
5 SYNOPSIS
6 cjdns-online [...]
7
8 DESCRIPTION
9 Cjdns-online waits for cjdns to make its tunnel device available so
10 that services that listen on the cjdns IP can start. If you have con‐
11 figured services to listen on the cjdns IP, then you can use:
12
13 systemctl enable cjdns-wait-online
14
15 to wait until this IP is available before starting network services.
16 This will increase your boot time somewhat, but is needed to launch
17 thttpd at boot, for example.
18
19 OPTIONS
20 · -t, --timeout :
21 time to wait in seconds, default 30
22
23 · -x, --exit:
24 Exit immediately if cjdns is not online
25
26 · -i, --interface: Output interface name instead of IP
27
28 · -q, --quiet: Don’t print anything
29
30 · -s, --wait-for-startup: Wait for full startup instead of just tun
31 dev. This is not implemented.
32
33
34
35 cjdns-online(1)