[Unit] Description=Spotter After=network.target [Service] User=frebe Group=www-data WorkingDirectory=/opt/spotter ExecStart=gunicorn -w 4 -b 0.0.0.0:3030 spotter:app Restart=always RestartSec=5 [Install] WantedBy=multi-user.target