mirror of
https://github.com/simon987/scripts.git
synced 2025-12-14 07:49:03 +00:00
initial commit
This commit is contained in:
14
kill_nonessential_services
Executable file
14
kill_nonessential_services
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user