Skip to content

Commit

Permalink
Change from using supervisor to systemd services.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfrax committed Jan 6, 2023
1 parent b511093 commit 382c814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions radar/radar.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Deprecated, use systemd instead!
[program:radar]
command=/home/pi/.virtualenvs/spots/bin/python /home/pi/app/spots/radar/radar.py
directory=/home/pi/app/spots/radar
Expand Down
1 change: 1 addition & 0 deletions radar/spots_emitter.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Deprecated, use systemd instead!
[program:spots_emitter]
command = /home/pi/.virtualenvs/spots/bin/python /home/pi/.virtualenvs/spots/bin/gunicorn -b :8080 --reload emitter:app
directory = /home/pi/app/spots/radar
Expand Down

0 comments on commit 382c814

Please sign in to comment.