mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-10 19:21:52 +00:00
11 lines
266 B
Text
11 lines
266 B
Text
[program:peertube]
|
|
directory=/app/code/server
|
|
user=cloudron
|
|
environment=HOME="/home/cloudron",USER="cloudron"
|
|
command=npm start
|
|
autostart=true
|
|
autorestart=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|