aboutsummaryrefslogtreecommitdiff
path: root/www-apps/meta-srht/files/meta.sr.ht-webhooks.service
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/meta-srht/files/meta.sr.ht-webhooks.service')
-rw-r--r--www-apps/meta-srht/files/meta.sr.ht-webhooks.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/www-apps/meta-srht/files/meta.sr.ht-webhooks.service b/www-apps/meta-srht/files/meta.sr.ht-webhooks.service
new file mode 100644
index 0000000..e0baf48
--- /dev/null
+++ b/www-apps/meta-srht/files/meta.sr.ht-webhooks.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=meta.sr.ht webhooks service
+After= network.target
+
+[Service]
+Type=simple
+User=metasrht
+Restart=always
+ExecStart=/usr/bin/celery -A metasrht.webhooks worker --loglevel=INFO
+
+[Install]
+WantedBy=multi-user.target