summaryrefslogtreecommitdiff
path: root/www-apps/netbox/files/netbox.initd
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/netbox/files/netbox.initd')
-rw-r--r--www-apps/netbox/files/netbox.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/www-apps/netbox/files/netbox.initd b/www-apps/netbox/files/netbox.initd
deleted file mode 100644
index 74e6c3b717fb..000000000000
--- a/www-apps/netbox/files/netbox.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2019 Sony Interactive Entertainment Inc.
-# Distributed under the terms of the GNU General Public License v2
-
-description="netbox daemon"
-command=/usr/bin/gunicorn
-command_args="-c /etc/netbox/gunicorn_config.py netbox.wsgi"
-command_user=netbox:netbox
-directory=/opt/netbox/netbox
-error_log=/var/log/netbox/"${RC_SVCNAME}".log
-output_log=/var/log/netbox/"${RC_SVCNAME}".log
-supervisor=supervise-daemon