mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
gvmd: update config files
This commit is contained in:
parent
daf4277c69
commit
891badd98e
2 changed files with 2 additions and 3 deletions
|
|
@ -4,8 +4,7 @@
|
|||
GVMD_OPTIONS=""
|
||||
|
||||
# Manager listen address unix socket
|
||||
# Failing under non-root user (looking for solution)
|
||||
GVMD_LISTEN_ADDRESS_UNIX="--unix-socket=/var/run/gvmd.sock"
|
||||
GVMD_LISTEN_ADDRESS_UNIX="--unix-socket=/tmp/gvmd.sock"
|
||||
|
||||
# Manager listen address TCP
|
||||
GVMD_LISTEN_ADDRESS_TCP="--listen=127.0.0.1"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ retry="${GVMD_TIMEOUT}"
|
|||
|
||||
depend() {
|
||||
after bootmisc
|
||||
need localmount net ospd-openvas
|
||||
need localmount ospd-openvas postgresql
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue