I tried running two scripts on boot using below link.
https://www.instructables.com/id/Raspberry-Pi-Launch-Python-script-on-startup/
One of the file just requires to open camera while other requires sending data to firebase real time database. Above tutorial successfully started file having requirement of opening camera but it didn't work for firebase file because Pi is connected to wifi after boot.
Is it possible to to run both scripts after my Pi 3 connects to wifi after boot? or another workaround?
man 5 crontab
you find:"Please note that startup, as far as @reboot is concerned, is the time when the cron(8) daemon startup. In particular, it may be before some system daemons, or other facilities, were startup. This is due to the boot order sequence of the machine.". Do you can successfully start both scripts from the command line? What exactly is its syntax then? I ask because we may be able to start them with systemd. Please address me with @Ingo. – Ingo Nov 26 '18 at 20:47