blob: 2973e471e0388cefcc0dbf19be242383cc0354e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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=/usr/bin/python3
command_args="/opt/netbox/netbox/manage.py rqworker"
command_user=netbox:netbox
directory=/opt/netbox/netbox
supervisor=supervise-daemon
|