simple-scripts/Bash Scripts/Loki_MS/Server_Services/userve-service-down.sh

26 lines
428 B
Bash
Raw Normal View History

2024-12-19 00:10:20 -05:00
#!/bin/bash
### Script Turns Server Services Off
# Jellyfin Server
#####################
systemctl stop jellyfin.service
# Samba Server
#####################
#systemctl stop samba.service -- ad daemon
systemctl stop smbd.service
# Webmin Server
####################
systemctl stop webmin.service
# Apache Server
#####################
systemctl stop apache2
# OpenVPN Server
#######################
systemctl stop openvpn