summarylogtreecommitdiffstats
path: root/greenbone-security-assistant.service
blob: 4919116d00fd4d8cd9ad737d86e49ccffebd8033 (plain)
1
2
3
4
5
6
7
8
9
10
11
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