Or you can force a .conf reload with a hup ....
"

You can tell a running instance of weewx to reread its configuration file 
by sending it the HUP signal. First run ps to find out the Process ID (PID) 
number of the instance, then send it the HUP signal: 

ps -a          # Note the PID of the weewxd processkill -HUP *pid*  # Send it a 
HUP signal

Note that this *only* rereads the configuration file. It will not reload 
any code.
"


On Thursday, 8 September 2016 06:16:25 UTC+3, Dave Webb wrote:

> You need to stop and restart weewx for it to pick up the changes in 
> weewx.conf
>
> Dave-KB1PVH
>
> Sent from my Galaxy S7
>
> On Sep 7, 2016 11:15 PM, "Jim W." <[email protected] <javascript:>> 
> wrote:
>
>> Does the config file get read once during start up or is it poled 
>> continuously? If I make a change in the config file do I have to stop and 
>> start weewx? 
>> Thanks!
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to