summarylogtreecommitdiffstats
path: root/openvas-start
diff options
context:
space:
mode:
Diffstat (limited to 'openvas-start')
-rwxr-xr-xopenvas-start6
1 files changed, 6 insertions, 0 deletions
diff --git a/openvas-start b/openvas-start
new file mode 100755
index 000000000000..2bd1d0516ee9
--- /dev/null
+++ b/openvas-start
@@ -0,0 +1,6 @@
+#!/bin/bash
+echo "Starting OpenVas Services"
+systemctl start greenbone-security-assistant
+systemctl start openvas-scanner
+systemctl start openvas-manager
+