aboutsummaryrefslogtreecommitdiff
path: root/dev-vcs/git-srht/files/git.sr.ht.service
blob: c44365b2542ce1dbe4834abc17dee28c9e745081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=git.sr.ht website service
After=network.target

[Service]
Type=simple
User=git-srht
Restart=always
ExecStart=/usr/bin/gunicorn gitsrht.app:app -b 127.0.0.1:5001

[Install]
WantedBy=multi-user.target