Skip to content

Commit c429244

Browse files
committed
added script for localdev env
1 parent 786108c commit c429244

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/bash/stop_services.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
sudo systemctl stop mysql
3+
sudo systemctl stop apache2
4+
sudo systemctl stop docker
5+
sudo systemctl stop docker-registry
6+
sudo systemctl stop virtualbox
7+
sudo systemctl stop openvpn
8+
sudo systemctl stop crtmpserver
9+

0 commit comments

Comments
 (0)