CONFIGURATION doc: document on-line reconfiguration

This commit is contained in:
Heikki Hannikainen 2012-10-18 00:04:42 +03:00
parent 80aa840605
commit 921dde131b
1 changed files with 24 additions and 0 deletions

View File

@ -45,6 +45,30 @@ syslog socket within the chroot.
[chroot]: http://en.wikipedia.org/wiki/Chroot
On-line reconfiguration
--------------------------
aprsc has been designed from the start to support configuration reloading
without requiring a full software restarts. Many APRS server operators
value high uptimes and service availability, so server restarts should be
kept to a minimum.
To reload configuration, execute the `reload` option of the startup script.
On Ubuntu or Debian:
sudo service aprsc reload
On Centos (and others):
/etc/init.d/aprsc reload
If there are any obvious problems with the new configuration, the startup
script will complain about that and skip the reconfiguration step. The same
check will be executed before restarting, should you use the `restart`
option of the start script.
Configuration file format
----------------------------