-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
async implementation to flashfloor at the same time.
- Loading branch information
cmdev2
committed
Oct 10, 2020
1 parent
9f88d29
commit 611ce92
Showing
6 changed files
with
125 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[program:imureader] | ||
directory=/home/dummy/sensorfloor/floor_flasher | ||
command=/home/dummy/.local/bin/fab imuread | ||
process_name=%(program_name)s | ||
user=dummy | ||
autostart=true | ||
autorestart=unexpected | ||
redirect_stderr=false | ||
stdout_logfile=/home/dummy/logs/imureader.log | ||
stderr_logfile=/home/dummy/logs/imureader-err.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[program:live_frame] | ||
directory=/home/dummy/hackathon-summer-school-2020/api/ | ||
command=/usr/bin/python3 /home/dummy/hackathon-summer-school-2020/api/live_frame.py --c 6 | ||
process_name=%(program_name)s | ||
user=dummy | ||
autostart=true | ||
autorestart=unexpected | ||
redirect_stderr=false | ||
stdout_logfile=/home/dummy/logs/live_frame.log | ||
stderr_logfile=/home/dummy/logs/live_frame-err.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[program:redispusher] | ||
directory=/home/dummy/sensorfloor/summerschool-api | ||
command=/usr/bin/python3 /home/dummy/sensorfloor/summerschool-api/redis-pusher.py | ||
process_name=%(program_name)s | ||
user=dummy | ||
autostart=true | ||
autorestart=unexpected | ||
redirect_stderr=false | ||
stdout_logfile=/home/dummy/logs/redispusher.log | ||
stderr_logfile=/home/dummy/logs/redispusher-err.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[program:summerschool-api] | ||
directory=/home/dummy/sensorfloor/summerschool-api | ||
command=/usr/bin/python3 /home/dummy/sensorfloor/summerschool-api/main.py | ||
process_name=%(program_name)s | ||
user=dummy | ||
autostart=true | ||
autorestart=unexpected | ||
redirect_stderr=false | ||
stdout_logfile=/home/dummy/logs/summerschool-api.log | ||
stderr_logfile=/home/dummy/logs/summerschool-api-err.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters