mirror of
https://github.com/simon987/scripts.git
synced 2025-04-04 08:23:05 +00:00
15 lines
231 B
Bash
Executable File
15 lines
231 B
Bash
Executable File
#!/bin/bash
|
|
|
|
systemctl stop docker
|
|
systemctl stop mongod
|
|
systemctl stop mongodb
|
|
systemctl stop redis-server
|
|
systemctl stop redis
|
|
systemctl stop postgresql
|
|
systemctl stop nginx
|
|
systemctl stop vsftpd
|
|
killall nextcloud
|
|
killall cmus
|
|
|
|
|