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