alnoda-workspaces/workspaces/r-workspace/supervisord-rstudio.conf

6 lines
534 B
Plaintext
Raw Normal View History

2022-05-17 04:31:24 +12:00
[program:rstudio]
directory=/home/abc
command=/bin/sh -c ' echo $RSTUDIO_SERVER_HOST | xargs -I{} rserver --www-address={} --auth-none=1 --www-frame-origin=same --www-port=8025 --www-verify-user-agent=0 --server-data-dir=/home/abc/.rserver --server-user=abc --server-pid-file=/home/abc/.rserver/rstudio.pid --database-config-file=/home/abc/.rserver/database.conf --server-working-dir=/home/abc/.rserver '
stderr_logfile = /var/log/rstudio/rstudio-stderr.log
stdout_logfile = /var/log/rstudio/rstudio-stdout.log
logfile_maxbytes = 1024