blob: a3f00822f44cd569ad0064b4579557045a3e1125 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=git.sr.ht website service
Requires=redis.service postgresql.service
After=redis.service postgresql.service network.target
[Service]
Type=simple
User=gitsrht
Restart=always
ExecStart=/usr/bin/gunicorn gitsrht.app:app -b 127.0.0.1:5001
[Install]
WantedBy=multi-user.target
|