OpenVAS Systemd Service files
[Unit] | |
Description=OpenVAS - Greenbone Security Assistant | |
After=network.target | |
[Service] | |
ExecStart=/usr/local/sbin/gsad --foreground | |
[Install] | |
WantedBy=multi-user.target |
[Unit] | |
Description=OpenVAS Manager - Slave configuration | |
After=network.target | |
[Service] | |
ExecStart=/usr/local/sbin/openvasmd --listen=0.0.0.0 --foreground | |
ExecReload=/bin/kill -HUP $MAINPID | |
[Install] | |
WantedBy=multi-user.target |
[Unit] | |
Description=OpenVAS Manager | |
After=network.target | |
[Service] | |
ExecStart=/usr/local/sbin/openvasmd --foreground | |
ExecReload=/bin/kill -HUP $MAINPID | |
[Install] | |
WantedBy=multi-user.target |
[Unit] | |
Description=OpenVAS Scanner | |
After=network.target redis-server.service | |
[Service] | |
ExecStart=/usr/local/sbin/openvassd --foreground | |
ExecReload=/bin/kill -HUP $MAINPID | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Ok, tks