gvmd: update config files

This commit is contained in:
blshkv 2019-10-19 18:53:37 +08:00
parent daf4277c69
commit 891badd98e
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 2 additions and 3 deletions

View file

@ -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"

View file

@ -16,7 +16,7 @@ retry="${GVMD_TIMEOUT}"
depend() {
after bootmisc
need localmount net ospd-openvas
need localmount ospd-openvas postgresql
}
start_pre() {