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