[Unit] Description=A web interface to access PPA autopkgtest runs After=network.target [Service] WorkingDirectory=/srv/autopkgtest-ppas ExecStart=/usr/bin/gunicorn -w 4 wsgi:app --bind [::]:80 Restart=always [Install] WantedBy=multi-user.target