summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-31 21:30:03 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-31 21:31:23 +0200
commit425b5090d422e9b4214188238e5e598373e79500 (patch)
tree3b0a07396460c52ae0d6529f59ff8a644574124d /www-apps/netbox/files/netbox-rqworker.initd
parentdev-libs/ncnn: drop 20200226, 20200413, 20200727 (diff)
downloadgentoo-425b5090d422e9b4214188238e5e598373e79500.tar.gz
gentoo-425b5090d422e9b4214188238e5e598373e79500.tar.bz2
gentoo-425b5090d422e9b4214188238e5e598373e79500.zip
www-apps/netbox: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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