aboutsummaryrefslogtreecommitdiff
path: root/net-libs/meta-srht/files/meta.sr.ht-webhooks.initd
blob: a1a42e553d7dc054adcdd4c35c0ca3f0790809a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/openrc-run
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

name="meta.sr.ht webhooks daemon"
description=""
command="/usr/bin/celery"
command_args="-A metasrht.webhooks worker --loglevel=INFO"
command_user="srht:srht"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"

depend() {
	need net
}