diff --git a/docs/usersguide.htm b/docs/usersguide.htm index 47548825..33df7342 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -1016,6 +1016,8 @@ mysql> GRANT select, update, create, delete, insert ON stats.* TO weewx@local

ps -a         # Note the PID of the weewxd.py process

kill -HUP pid # Send it a HUP signal

+

Note that this only rereads the configuration file. It will not reflect any changes you + might have made to the code.

Running as a daemon

For unattended operations it is best to have weewx run as a daemon, started automatically when the server is rebooted. Start by