A stackoverflow answer about running python scripts upon system startup uses {{ and }} in its syntax. What do they mean?
ExecStart={{ venv_home }}/bin/fooservice --serve-in-foreground
I am also not clear where venv_home comes from. I can't find it as any predefined variable and I can't imagine systemd has any knowledge about python virtual envs.
Here is the answer that I am struggling to understand: https://stackoverflow.com/a/37211676/2297550