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

[Service]
Type=simple
User=gitsrht
Restart=always
ExecStart=/usr/bin/gitsrht-api -b :5101

[Install]
WantedBy=multi-user.target