summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <william.hubbs@sony.com>2019-04-11 16:01:16 -0500
committerWilliam Hubbs <williamh@gentoo.org>2019-04-11 16:01:44 -0500
commit70e9b5c3ac83e8d6a0c61c6415c4a20358f9d596 (patch)
tree50ad8b0de93bb577f51cd7070f363991689e0433 /www-apps/netbox/files/netbox-rqworker.initd
parentwww-client/firefox: arm64 keyworded (diff)
downloadgentoo-70e9b5c3ac83e8d6a0c61c6415c4a20358f9d596.tar.gz
gentoo-70e9b5c3ac83e8d6a0c61c6415c4a20358f9d596.tar.bz2
gentoo-70e9b5c3ac83e8d6a0c61c6415c4a20358f9d596.zip
www-apps/netbox: IP address and data center infra management tool
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'www-apps/netbox/files/netbox-rqworker.initd')
-rw-r--r--www-apps/netbox/files/netbox-rqworker.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-apps/netbox/files/netbox-rqworker.initd b/www-apps/netbox/files/netbox-rqworker.initd
new file mode 100644
index 000000000000..2973e471e038
--- /dev/null
+++ b/www-apps/netbox/files/netbox-rqworker.initd
@@ -0,0 +1,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