I can't help with your crash reason, but interestingly I missed the 
documentation on weewx systemd and independently set up my weewx systemd 
service.  Its very similar but works (at least for me on a raspberry pi 
2).  There is one difference (that may or may not be important) which is 
that I created the weewx service file here:
/lib/systemd/system/weewx.service
so /lib rather than /etc

The content is similar, but I'll copy here in case its important:

[Unit]
Description=weewx weather station data gatherer
After=multi-user.target

[Service]
Type=simple
User=weewx
Group=weewx
WorkingDirectory=/home/weewx/
ExecStart=/home/weewx/bin/weewxd /home/weewx/weewx.conf
Restart=always
RestartSec=60

[Install]
WantedBy=multi-user.target

Hope this helps
Regards
Bob

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/bb85f835-5a95-4ef1-9a7e-9b5f6b8404ed%40googlegroups.com.

Reply via email to