2 changed files with 10 additions and 7 deletions
@ -0,0 +1,9 @@ |
|||||
|
#!/bin/bash |
||||
|
|
||||
|
echo "Stopping production services for Time Tracker" |
||||
|
sudo supervisorctl stop tracker-web:* |
||||
|
sudo supervisorctl stop tracker-host-services:* |
||||
|
|
||||
|
echo "Starting production services for Time Tracker" |
||||
|
sudo supervisorctl start tracker-host-services:* |
||||
|
sudo supervisorctl start tracker-web:* |
Loading…
Reference in new issue