From 8f04ac5e33bbde8a4abd63ece0d3ca8dbc229a76 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Tue, 25 Dec 2012 16:54:29 +0000 Subject: [PATCH] Added comment about reload. --- docs/usersguide.htm | 2 ++ 1 file changed, 2 insertions(+) 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