summaryrefslogtreecommitdiff
path: root/net-analyzer/openvas-manager/files/gvmd.service
blob: c0627fcd1c730b4ca8a99b2fc8a3784906c324af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=OpenVAS Manager
After=network.target
After=openvas-scanner.service
Wants=openvas-scanner.service
Before=gsa.service

[Service]
Type=forking
EnvironmentFile=-/etc/openvas/sysconfig/gvmd-daemon.conf
ExecStart=/usr/sbin/openvasmd $OPENVAS_MANAGER_OPTIONS $OPENVAS_MANAGER_PORT $OPENVAS_MANAGER_LISTEN_ADDRESS $OPENVAS_MANAGER_SCANNER_HOST $OPENVAS_MANAGER_GNUTLS_PRIORITIES 
ExecReload=/bin/kill -HUP $MAINPID
KillMode=mixed
User=root
Group=root
TimeoutSec=1200

[Install]
WantedBy=multi-user.target