2 changed files with 14 additions and 1 deletions
@ -0,0 +1,13 @@ |
|||
[program:pixel] |
|||
numprocs=1 |
|||
process_name=%(program_name)s_%(process_num)02d |
|||
command=/home/dtp/bin/node --optimize_for_size --max_old_space_size=1024 --gc_interval=100 webapp.js |
|||
directory=/home/dtp/live/multiplayer-canvas |
|||
autostart=true |
|||
autorestart=true |
|||
startretries=3 |
|||
stopsignal=INT |
|||
stderr_logfile=/var/log/dtp/pixel.err.log |
|||
stdout_logfile=/var/log/dtp/pixel.out.log |
|||
user=dtp |
|||
environment=HOME='/home/dtp/live/multiplayer-canvas',NODE_ENV=production,LOGNAME=pixel |
Loading…
Reference in new issue