aboutsummaryrefslogtreecommitdiff
path: root/dev-vcs/git-srht/files/git.sr.ht-webhooks.service
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-01-05 20:03:45 -0500
committerJulien Roy <julien@jroy.ca>2023-01-05 20:03:45 -0500
commita32792ac685c17544d1507fdc3ce1b202cc28f8a (patch)
treedaba08d97f6bf67d35491c987a4e038614a61c95 /dev-vcs/git-srht/files/git.sr.ht-webhooks.service
parentb4c9c49d3b615dd2a08c3fc81621e28ecc8214c3 (diff)
downloadMrRoy-Overlay-a32792ac685c17544d1507fdc3ce1b202cc28f8a.tar.gz
MrRoy-Overlay-a32792ac685c17544d1507fdc3ce1b202cc28f8a.tar.bz2
MrRoy-Overlay-a32792ac685c17544d1507fdc3ce1b202cc28f8a.zip
dev-vcs/git-srht: new package, add 0.81.3
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-vcs/git-srht/files/git.sr.ht-webhooks.service')
-rw-r--r--dev-vcs/git-srht/files/git.sr.ht-webhooks.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-vcs/git-srht/files/git.sr.ht-webhooks.service b/dev-vcs/git-srht/files/git.sr.ht-webhooks.service
new file mode 100644
index 0000000..0a4b4d1
--- /dev/null
+++ b/dev-vcs/git-srht/files/git.sr.ht-webhooks.service
@@ -0,0 +1,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