[Unit] Description=git.sr.ht website service After=network.target [Service] Type=simple User=git-srht Restart=always ExecStart=/usr/bin/gunicorn gitsrht.app:app -b 127.0.0.1:5001 [Install] WantedBy=multi-user.target