#!/bin/bash
echo "Starting OpenVas Services"
service greenbone-security-assistant start
service openvas-scanner start
service openvas-manager start

