aboutsummaryrefslogtreecommitdiff
path: root/www-apps/meta-srht/files/meta.sr.ht.service
blob: 4944a2f2525fcde676c1aca2d8969a979b4fd5b5 (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=metasrht
Restart=always
ExecStart=/usr/bin/gunicorn metasrht.app:app -b 127.0.0.1:5000

[Install]
WantedBy=multi-user.target