commit 3d1d8a12d5534e7a548da1894a343fc30905a82a Author: Ryan Westfall Date: Mon Oct 20 09:51:31 2025 -0500 Add the script to restart all services on the server diff --git a/restart_services.sh b/restart_services.sh new file mode 100755 index 0000000..8acb8c5 --- /dev/null +++ b/restart_services.sh @@ -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