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

27 lines
552 B
Bash

GNU nano 8.2 userve-service-down.sh
#!/bin/bash
### Script Turns Server Services On
# Jellyfin Server
#####################
systemctl start jellyfin.service
# Samba Server
#####################
#systemctl start samba.service -- ad daemon
systemctl start smbd.service
# Webmin Server
####################
systemctl start webmin.service
# Apache Server
#####################
systemctl start apache2
# OpenVPN Server
#######################
systemctl start openvpn