1SVXLINK(1) User Manuals SVXLINK(1)
2
3
4
6 svxlink - A general purpose voice services system for ham radio use
7
9 svxlink [--help] [--daemon] [--logfile=log file] [--config=configura‐
10 tion file] [--pidfile=pid file] [--runasuser=user name]
11
13 svxlink is a general purpose voice service system for ham radio use.
14 The SvxLink project contains multiple applications and this man-page
15 describe the SvxLink server.
16
18 --help Print a help message and exit.
19
20 --daemon
21 Start the SvxLink server as a daemon.
22
23 --runasuser
24 Start the SvxLink server as the specified user. The switch to
25 the new user will happen after the log and pid files has been
26 opened.
27
28 --logfile=log file
29 Specify a log file to put all output into. Both stdout and
30 stderr will be redirected to the log file.
31
32 --pidfile=pid file
33 Specify a pid file to write the process ID into.
34
35 --config=configuration file
36 Specify which configuration file to use.
37
39 /etc/svxlink/svxlink.conf (or deprecated /etc/svxlink.conf)
40 The system wide configuration file. See svxlink.conf(5) for fur‐
41 ther details.
42
43 ~/.svxlink/svxlink.conf
44 Per user configuration file. See svxlink.conf(5) for further
45 details.
46
47 /etc/svxlink/svxlink.d/*
48 Additional configuration files. Typically one configuration file
49 per module.
50
52 ASYNC_AUDIO_NOTRIGGER
53 Set this environment variable to 1 if you get an error about
54 ioctl: Broken pipe during startup of the SvxLink server when
55 using OSS audio.
56
57 HOME Used to find the per user configuration file.
58
60 Tobias Blomberg (SM0SVX) <sm0svx at users dot sourceforge dot net>
61
63 SvxLink Devel <svxlink-devel at lists dot sourceforge dot net>
64
66 svxlink.conf(5), remotetrx(1)
67
68
69
70Linux MAY 2011 SVXLINK(1)