Skip to content

Commit 811b975

Browse files
committed
Makefile targets to manage supervisor
1 parent 771699d commit 811b975

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ run:
33

44
db-data-copy:
55
python db-data-copy.py
6+
7+
sv-stop:
8+
sudo supervisorctl stop api_activities
9+
10+
sv-start:
11+
sudo supervisorctl start api_activities
12+
13+
sv-restart:
14+
sudo supervisorctl start api_activities

0 commit comments

Comments
 (0)