#!/sbin/openrc-run # Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 name="meta.sr.ht daemon" description="" command="/usr/bin/gunicorn" command_args="metasrht.app:app -b 127.0.0.1:5000" command_user="srht:srht" command_background=true pidfile="/run/${RC_SVCNAME}.pid" depend() { need net }