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