blob: c18e54065e6e7cd0adddd18d5822e16f999b0a31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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 0.0.0.0:5000
[Install]
WantedBy=multi-user.target
|