summarylogtreecommitdiffstats
path: root/greenbone-security-assistant.service
diff options
context:
space:
mode:
Diffstat (limited to 'greenbone-security-assistant.service')
-rw-r--r--greenbone-security-assistant.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/greenbone-security-assistant.service b/greenbone-security-assistant.service
new file mode 100644
index 000000000000..4919116d00fd
--- /dev/null
+++ b/greenbone-security-assistant.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Greenbone Security Assistant
+Documentation=man:gsad(8) http://www.openvas.org/
+Wants=openvas-manager.service
+
+[Service]
+Type=simple
+PIDFile=/var/run/gsad.pid
+ExecStart=/usr/sbin/gsad --foreground --listen=127.0.0.1 --port=9392 --mlisten=127.0.0.1 --mport=9390
+
+[Install]
+WantedBy=multi-user.target