#! /bin/bash

# Stop Nginx (if installed)
# sudo systemctl stop nginx

# Restart Apache2
sudo systemctl restart httpd

# Restart MySQL
sudo systemctl restart mysql

# Restart Maria DB
sudo systemctl restart mariadb

# Show Pop-Up
zenity --info --text="Lamp Services started"
