Why does APRX start aumatically? On page 56 of the APRX manual found here
http://repo.ham.fi/svn/aprx/trunk/doc/aprx-manual.pdf
5.1.2 On Debian/Ubuntu/derivatives
After doing installation on this type of machine either from pre-compiled binary package, or from sources:
In order to use package contained startup scripts, you will need to edit the /etc/default/aprx to contain following:
STARTAPRX="yes"
DAEMON_OPTS=""
My /etc/default/aprx file looks like this.
#
# STARTAPRX: start aprx on boot. Should be set to "yes" once you have
# configured aprx.
#
STARTAPRX="no"
#
# Additional options that are passed to the Daemon.
#
DAEMON_OPTS=""
--
You received this message because you are subscribed to the Google Groups "Aprx software" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aprx-softwar...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can you point us to a place which explains this better?