update draft post
This commit is contained in:
parent
1d1ddda59b
commit
d455ccea5d
1 changed files with 12 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue