scripts/kill_nonessential_services
2020-05-26 20:49:09 -04:00

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