I am not understanding this documentation clearly to autostart my configurator.py file on boot in hassbain:
Documentation: https://home-assistant.io/docs/ecosystem/hass-configurator/
“If your system is using systemd (that’s usually what you’ll find on a Raspberry PI), there’s a template file you can use and then apply the same process to integrate it as mentioned in the Home Assistant documentation. If you use this method you have to set the BASEPATH variable according to your environment.”
What do I need to do with this template file itself once i modify it… Where do i place it does it go where the [email protected] lives or what… any help would be appreciated!
I figured it out you need to copy the template file into your etc/systemd/system directory and rename it to have .service file type. you must also make sure to set the path to your configurator.py location