From d455ccea5d8ac0c0fa7553d83d3724f983dbbcfb Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 16 Jun 2024 07:51:17 +0200 Subject: [PATCH] update draft post --- .../index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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. +