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

[Service]
Type=simple
User=srht
Restart=always
ExecStart=/usr/bin/celery -A gitsrht.webhooks worker --loglevel=INFO

[Install]
WantedBy=multi-user.target