From 3d1d8a12d5534e7a548da1894a343fc30905a82a Mon Sep 17 00:00:00 2001 From: Ryan Westfall Date: Mon, 20 Oct 2025 09:51:31 -0500 Subject: [PATCH] Add the script to restart all services on the server --- restart_services.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 restart_services.sh 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