I think there are multiple things one could do to achieve this, but am uncertain which way to go:
- if you use
systemdcreate a systemd service I guess? How to create systemd service that runs a (python) script on startup? - some files similar to
.bashrcalways run on system startup/boot?; use this if you are less fancy / have no systemd


Don’t use a script for this
I would setup Lighttpd since it is a proper server while being pretty lightweight. It should come with the needed systemd unit so that you can just do
sudo systemctl start lighttpdAvoid writing scripts like the plague. Config files are much better and will scale better.