It took me some time to realize why I couldn't start a project during startup. I then realized that it was because I was using a python virtual environment and didn't tell systemd about it.
Here's how you can do so...
```yaml
[Unit]
Description=Start Service
# After=network.target # If you want a python webserver...