#!/sbin/openrc-run # Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 name="git.sr.ht webhooks daemon" description="" command="/usr/bin/celery" command_args="-A gitsrht.webhooks worker --loglevel=INFO" command_user="git-srht:git-srht" command_background=true pidfile="/run/${RC_SVCNAME}.pid" depend() { need net }