new apps
This commit is contained in:
18
sudo
Normal file
18
sudo
Normal file
@@ -0,0 +1,18 @@
|
||||
[program:vehicle-counter]
|
||||
directory=/home/joachim/git/vehicle-counter
|
||||
command=/home/joachim/anaconda3/bin/python app.py
|
||||
user=joachim
|
||||
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startsecs=5
|
||||
stopwaitsecs=10
|
||||
|
||||
stdout_logfile=/var/log/vehicle-counter.log
|
||||
stderr_logfile=/var/log/vehicle-counter-error.log
|
||||
stdout_logfile_maxbytes=20MB
|
||||
stderr_logfile_maxbytes=20MB
|
||||
stdout_logfile_backups=5
|
||||
stderr_logfile_backups=5
|
||||
|
||||
environment=PYTHONUNBUFFERED="1"
|
||||
Reference in New Issue
Block a user