Only issue is the rampant memory leak plaguing many will manifest more frequently on a RPI Zero W because it only has 512MB RAM. Hopefully the leak will be fixed soon.
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEC1%3DnCK6eefCkG35xa7SiM4jbaZwar-xFMjNQkO8_jMtw%40mail.gmail.com.
-- le...@isylum.org - Dearborn, Michigan
Upgrading operating systems can definitely help. Upgrading my OS from Debian 9.8 to 9.11 fixed my problem.
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/I5C5Wqvtw7c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c6136128-8d33-450f-84b0-e70e75c49330%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx...@googlegroups.com.
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/44bc2cd3-0c5d-45d1-8f6d-1913424916d0%40googlegroups.com.
# systemd configuration for weewx
[Unit]Description=weewx weather systemRequires=syslog.serviceRequires=ntp.serviceRequires=time-sync.targetRequires=network-online.targetAfter=syslog.serviceAfter=ntp.serviceAfter=network-online.targetAfter=time-sync.targetRequiresMountsFor=/homeRequiresMountsFor=/home/weewx
[Service]ExecStart=/home/weewx/bin/weewxd --daemon --pidfile=/var/run/weewx.pid /home/weewx/weewx.confExecReload=/bin/kill -HUP $MAINPIDType=simplePIDFile=/var/run/weewx.pid#User=weewx#Group=weewxRestart=alwaysRestartSec=5
[Install]WantedBy=multi-user.target