blob: 0a4b4d1c2fedd245bb51bc1d500186751db36459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=git.sr.ht webhooks service
Requires=postgresql.service
After=postgresql.service network.target
[Service]
Type=simple
User=gitsrht
Restart=always
ExecStart=/usr/bin/celery -A gitsrht.webhooks worker --loglevel=INFO
[Install]
WantedBy=multi-user.target
|