#!/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