From 79e6f22c6a2feb425c176bbc005abcd93071e43c Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 10 Jan 2020 08:58:24 +0000 Subject: unmaintained/netbox: move from testing --- testing/netbox/netbox.initd | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 testing/netbox/netbox.initd (limited to 'testing/netbox/netbox.initd') diff --git a/testing/netbox/netbox.initd b/testing/netbox/netbox.initd deleted file mode 100644 index 6b135dbb08..0000000000 --- a/testing/netbox/netbox.initd +++ /dev/null @@ -1,21 +0,0 @@ -#!/sbin/openrc-run - -_port=8080 -_bind=0.0.0.0 -_basedir=/usr/share/webapps/netbox -_logfile="/var/log/${RC_SVCNAME}" -pidfile="/run/netbox/${RC_SVCNAME}.pid" -command=/usr/bin/gunicorn -command_args="--daemon \ - --pid $pidfile \ - --log-file $_logfile \ - --log-level info \ - -c $_basedir/gunicorn_config.py netbox.wsgi" -command_user="netbox" -command_group="netbox" - -start_pre() { - checkpath --directory /run/${RC_SVCNAME} /var/log/${RC_SVCNAME} \ - --owner $command_user:$command_group --mode 755 -} - -- cgit v1.2.3