aboutsummaryrefslogtreecommitdiff
path: root/dev-vcs/git-srht/files/git.sr.ht-webhooks.service
blob: f7bd0f8501858891bdb58ee88bdc19b1c11a8f4b (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=git-srht
Restart=always
ExecStart=/usr/bin/celery -A gitsrht.webhooks worker --loglevel=INFO

[Install]
WantedBy=multi-user.target