.TH SVXLINK 1 "JULY 2019" Linux "User Manuals" . .SH NAME . svxlink \- A general purpose voice services system for ham radio use . .SH SYNOPSIS . .BI "svxlink [--help] [--daemon] [--logfile=" "log file" "] [--config=" "configuration file" "] [--pidfile=" "pid file" "] [--runasuser=" "user name" ] . .SH DESCRIPTION . .B svxlink is a general purpose voice service system for ham radio use. The SvxLink project contains multiple applications and this man-page describe the SvxLink server. . .SH OPTIONS . .TP .B --help Print a help message and exit. .TP .B --daemon Start the SvxLink server as a daemon. .TP .B --runasuser Start the SvxLink server as the specified user. The switch to the new user will happen after the log and pid files has been opened. .TP .BI "--logfile=" "log file" Specify a log file to put all output into. Both stdout and stderr will be redirected to the log file. .TP .BI "--pidfile=" "pid file" Specify a pid file to write the process ID into. .TP .BI "--config=" "configuration file" Specify which configuration file to use. . .SH FILES . .TP .IR /etc/svxlink/svxlink.conf " (or deprecated " /etc/svxlink.conf ")" The system wide configuration file. See .BR svxlink.conf (5) for further details. .TP .IR ~/.svxlink/svxlink.conf Per user configuration file. See .BR svxlink.conf (5) for further details. .TP .I /etc/svxlink/svxlink.d/* Additional configuration files. Typically one configuration file per module. . .SH ENVIRONMENT . .TP ASYNC_AUDIO_NOTRIGGER Set this environment variable to 1 if you get an error about .B ioctl: Broken pipe during startup of the SvxLink server when using OSS audio. .TP ASYNC_AUDIO_ALSA_ZEROFILL Set this environment variable to 1 to make the Alsa audio code write zeros to the audio device when there is no audio to write available. This may be needed for some audio devices that take a long time to recover from an underflow condition. .TP HOME Used to find the per user configuration file. . .SH AUTHOR . Tobias Blomberg (SM0SVX) . .SH REPORTING BUGS . SvxLink Devel . .SH "SEE ALSO" . .BR svxlink.conf (5), .BR remotetrx (1)