summaryrefslogtreecommitdiff
path: root/net-analyzer/greenbone-security-assistant/files/gsad-daemon.conf
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/greenbone-security-assistant/files/gsad-daemon.conf')
-rw-r--r--net-analyzer/greenbone-security-assistant/files/gsad-daemon.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-analyzer/greenbone-security-assistant/files/gsad-daemon.conf b/net-analyzer/greenbone-security-assistant/files/gsad-daemon.conf
deleted file mode 100644
index f7c7ee514e50..000000000000
--- a/net-analyzer/greenbone-security-assistant/files/gsad-daemon.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-# Greenbone Security Assistant command args
-
-# e.g. --foreground | e.g. --no-redirect
-GSAD_OPTIONS="--no-redirect"
-
-# GSAD listen adress
-GSAD_LISTEN_ADDRESS="--listen=127.0.0.1"
-
-# GSAD listen port
-GSAD_LISTEN_PORT="--port=9392"
-
-# GVMD listen address
-GVMD_LISTEN_ADDRESS="--mlisten=127.0.0.1"
-
-# GVMD listen port
-GVMD_LISTEN_PORT="--mport=9390"
-
-# TLS Settings
-GSAD_GNUTLS_PRIORITIES="--gnutls-priorities=NORMAL"