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

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

[Install]
WantedBy=multi-user.target