diff --git a/content/posts/2024/66-upgrade-my-weatherstation-to-weewx-5/index.md b/content/posts/2024/66-upgrade-my-weatherstation-to-weewx-5/index.md index 65d7f82..b0dc5bd 100644 --- a/content/posts/2024/66-upgrade-my-weatherstation-to-weewx-5/index.md +++ b/content/posts/2024/66-upgrade-my-weatherstation-to-weewx-5/index.md @@ -89,7 +89,7 @@ $ weectl extension install weewx-forecast-3.4.0b12.zip $ sudo sh ~/weewx-data/scripts/setup-daemon.sh ~~~ -## Again, adopt configuration file +## Adopt the configuration files Again, to include the latest changes and themes. @@ -104,4 +104,15 @@ Start WeeWX and test the configuration: $ weewxd ~~~ +If everything runs without problems we can now enable and start the +Systemd service. + +~~~console +$ sudo systemctl enable weewx.service +~~~ + +I like to test it with a full reboot, if you just want to start the +daemon right away you can also run `sudo systemctl enable --now weewx.service` +instead. +