Add the script to restart all services on the server

This commit is contained in:
2025-10-20 09:51:31 -05:00
commit 3d1d8a12d5

7
restart_services.sh Executable file
View File

@@ -0,0 +1,7 @@
sudo systemctl restart gunicorn
sudo systemctl restart daphne
sudo systemctl restart company
sudo systemctl restart scha
sudo systemctl restart beta_dta_wsgi
sudo systemctl restart prod_dta_wsgi
sudo systemctl restart nginx