You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
258 B
14 lines
258 B
1 year ago
|
[program:app]
|
||
|
priority=5
|
||
|
directory=/app/code
|
||
|
environment=HOME=/app/code
|
||
|
command=node /app/code/server.js
|
||
|
user=cloudron
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
stdout_logfile=/dev/stdout
|
||
|
stdout_logfile_maxbytes=0
|
||
|
stderr_logfile=/dev/stderr
|
||
|
stderr_logfile_maxbytes=0
|
||
|
|