aboutsummaryrefslogtreecommitdiff
path: root/www-apps/meta-srht/files/meta.sr.ht-webhooks.service
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-01-07 13:15:03 -0500
committerJulien Roy <julien@jroy.ca>2023-01-07 13:15:03 -0500
commit55126e134cf456fe2eb58f4e93e58fa2c0076d7a (patch)
treec361d6f9a99103379b81dda018fcaa8912162726 /www-apps/meta-srht/files/meta.sr.ht-webhooks.service
parentafb53491cdaaa0f5715e92b20a1dc12c59eab665 (diff)
downloadMrRoy-Overlay-55126e134cf456fe2eb58f4e93e58fa2c0076d7a.tar.gz
MrRoy-Overlay-55126e134cf456fe2eb58f4e93e58fa2c0076d7a.tar.bz2
MrRoy-Overlay-55126e134cf456fe2eb58f4e93e58fa2c0076d7a.zip
net-libs/meta-srht: add 0.63.5, drop 0.63.5
Signed-off-by: Julien Roy <julien@jroy.ca>
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, 0 insertions, 12 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
deleted file mode 100644
index 24c3b82..0000000
--- a/www-apps/meta-srht/files/meta.sr.ht-webhooks.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=meta.sr.ht webhooks service
-After=network.target
-
-[Service]
-Type=simple
-User=srht
-Restart=always
-ExecStart=/usr/bin/celery -A metasrht.webhooks worker --loglevel=INFO
-
-[Install]
-WantedBy=multi-user.target