mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/gvmd: remove unused file
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25442 Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
committed by
Florian Schmaus
parent
a8e8b9d312
commit
4da07f56b6
@@ -1,24 +0,0 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
: ${GVMD_USER:=gvm}
|
||||
: ${GVMD_GROUP:=gvm}
|
||||
: ${GVMD_TIMEOUT:=30}
|
||||
|
||||
name="Greenbone Vulnerability Manager"
|
||||
command=/usr/bin/gvmd
|
||||
command_args="--foreground ${GVMD_OPTIONS} ${GVMD_LISTEN_ADDRESS_TCP} ${GVMD_PORT} ${GVMD_SCANNER_HOST} ${GVMD_GNUTLS_PRIORITIES}"
|
||||
command_background="true"
|
||||
command_user="${GVMD_USER}:${GVMD_GROUP}"
|
||||
pidfile="/run/gvmd.pid"
|
||||
retry="${GVMD_TIMEOUT}"
|
||||
|
||||
depend() {
|
||||
after bootmisc
|
||||
need localmount net ospd-openvas
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
/bin/bash /etc/gvm/gvmd-startpre.sh
|
||||
}
|
||||
Reference in New Issue
Block a user