summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/netbox/files/netbox-rqworker.initd')
-rw-r--r--www-apps/netbox/files/netbox-rqworker.initd13
1 files changed, 0 insertions, 13 deletions
diff --git a/www-apps/netbox/files/netbox-rqworker.initd b/www-apps/netbox/files/netbox-rqworker.initd
deleted file mode 100644
index 54794f26fb90..000000000000
--- a/www-apps/netbox/files/netbox-rqworker.initd
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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
-error_log=/var/log/netbox/netbox-rcworker.log
-output_log=/var/log/netbox/"${RC_SVCNAME}".log
-supervisor=supervise-daemon