~sircmpwn/sr.ht-pkgbuilds

sr.ht-pkgbuilds/meta.sr.ht/meta.sr.ht.service -rw-r--r-- 267 bytes
94c3fbc7Eli Schwartz python-pgpy: also run the testsuite a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=meta.sr.ht website service
Requires=postgresql.service
After=postgresql.service 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