SwordArMor-gentoo-overlay/www-apps/netbox/files/netbox-rqworker.initd
Alarig Le Lay 245074bf5f
www-apps/netbox: add 3.4.9, drop 3.0.12
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2024-08-27 16:07:52 +02:00

14 lines
444 B
Plaintext

#!/sbin/openrc-run
# Copyright 2019 Sony Interactive Entertainment Inc.
# Distributed under the terms of the GNU General Public License v2
name="netbox-rqworker daemon"
description="nnetbox-rqworker daemon"
command=/opt/netbox/netbox/manage.py
command_args=rqworker
command_user=netbox:netbox
directory=/opt/netbox/netbox
error_log=/var/log/netbox/netbox-rcworker.log
output_log=/var/log/netbox/"${RC_SVCNAME}".log
supervisor=supervise-daemon