first commit

This commit is contained in:
dev-chiefworks
2022-05-31 16:21:53 -04:00
commit f76abffdcd
5978 changed files with 1078901 additions and 0 deletions
@@ -0,0 +1,9 @@
[program:gps_trips_worker]
command=/usr/bin/php /home/savvy/FloatAdmin/adminsavvy/CRONS/transportation_mode_detection/gps_trips_worker.php
process_name=%(program_name)s_%(process_num)s
autostart=true
autorestart=true
numprocs=5
#add this setting to log error
stderr_logfile=/var/log/supervisor/%(program_name)s_p%(process_num)s.err.log
stdout_logfile=/var/log/supervisor/%(program_name)s_p%(process_num)s.out.log