On Saturday, April 24, 2021 at 2:06:20 PM UTC-7 [email protected] wrote: > In the 2nd line of my first post, I gave the link to the directions I > followed. > Here's that link, again: https://weewx.com/docs/setup.htm > > Section 4 tells Debian users to enter a bunch of init.d commands: > > *cd /home/weewx* > *sudo cp util/init.d/weewx.debian /etc/init.d/weewx* > *sudo chmod +x /etc/init.d/weewx* > *sudo update-rc.d weewx defaults 98* > *sudo /etc/init.d/weewx start* > > Those are wrong and outdated? > If so, the install instruction page needs to be updated! >
Not a bug. This comes up frequently. Weewx supports many operating systems and versions, including some old ones that do not have systemd. Fortunately the newer os versions support both init.d 'and' systemd ways of getting there. So on a modern ubuntu/debian/centos you can use either the legacy init.d way or the newer systemd way. Your choice. FWIW, It is assumed that people who use setup.py have the skills/experience to hook weewx into the startup sequence in the way 'they' want, and know how to do that. If you want more of a one-command shrink-wrapped kind of installer that does everything for you, you should use the pre-packaged variant of weewx. -- 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/a9fc2a70-8805-4862-a173-80f9ee37cd4cn%40googlegroups.com.
