diff --git a/supervisord/dtp-base-newsroom.conf b/supervisord/dtp-base-newsroom.conf deleted file mode 100644 index 7cb10fe..0000000 --- a/supervisord/dtp-base-newsroom.conf +++ /dev/null @@ -1,13 +0,0 @@ -[program:dtp-base:newsroom] -numprocs=1 -process_name=%(program_name)s_%(process_num)02d -command=/home/cybershell/.nvm/versions/node/v16.13.0/bin/node --optimize_for_size --max_old_space_size=1024 --gc_interval=100 app/workers/newsroom.js -directory=/home/cybershell/live/dtp-base -autostart=true -autorestart=true -startretries=3 -stopsignal=INT -stderr_logfile=/var/log/dtp-base/newsroom.err.log -stdout_logfile=/var/log/dtp-base/newsroom.out.log -user=dtp -environment=HOME='/home/cybershell/live/dtp-base',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=newsroom \ No newline at end of file diff --git a/supervisord/dtp-sites-chat.conf b/supervisord/dtp-sites-chat.conf index e241126..748fec9 100644 --- a/supervisord/dtp-sites-chat.conf +++ b/supervisord/dtp-sites-chat.conf @@ -12,5 +12,5 @@ startretries=3 stopsignal=INT stderr_logfile=/var/log/dtp-sites/host-services.err.log stdout_logfile=/var/log/dtp-sites/host-services.out.log -user=dtp -environment=HOME='/home/cybershell/live/dtp-sites',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=host-services \ No newline at end of file +user=cybershell +environment=HOME='/home/cybershell/live/dtp-sites',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=sites-chat \ No newline at end of file diff --git a/supervisord/dtp-sites-host-services.conf b/supervisord/dtp-sites-host-services.conf index 70558ad..3dde470 100644 --- a/supervisord/dtp-sites-host-services.conf +++ b/supervisord/dtp-sites-host-services.conf @@ -13,5 +13,5 @@ startretries=3 stopsignal=INT stderr_logfile=/var/log/dtp-sites/host-services.err.log stdout_logfile=/var/log/dtp-sites/host-services.out.log -user=dtp +user=cybershell environment=HOME='/home/cybershell/live/dtp-sites',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=host-services \ No newline at end of file diff --git a/supervisord/dtp-sites-media.conf b/supervisord/dtp-sites-media.conf index 29cab67..38852f0 100644 --- a/supervisord/dtp-sites-media.conf +++ b/supervisord/dtp-sites-media.conf @@ -13,5 +13,5 @@ startretries=3 stopsignal=INT stderr_logfile=/var/log/dtp-sites/host-services.err.log stdout_logfile=/var/log/dtp-sites/host-services.out.log -user=dtp -environment=HOME='/home/cybershell/live/dtp-sites',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=host-services \ No newline at end of file +user=cybershell +environment=HOME='/home/cybershell/live/dtp-sites',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=sites-media \ No newline at end of file diff --git a/supervisord/dtp-sites-newsletter.conf b/supervisord/dtp-sites-newsletter.conf index bd827dc..b04f625 100644 --- a/supervisord/dtp-sites-newsletter.conf +++ b/supervisord/dtp-sites-newsletter.conf @@ -12,5 +12,5 @@ startretries=3 stopsignal=INT stderr_logfile=/var/log/dtp-sites/newsletter.err.log stdout_logfile=/var/log/dtp-sites/newsletter.out.log -user=dtp +user=cybershell environment=HOME='/home/cybershell/live/dtp-sites',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=sites-newsletter \ No newline at end of file diff --git a/supervisord/dtp-sites-newsroom.conf b/supervisord/dtp-sites-newsroom.conf index 1943e1b..53159dc 100644 --- a/supervisord/dtp-sites-newsroom.conf +++ b/supervisord/dtp-sites-newsroom.conf @@ -12,5 +12,5 @@ startretries=3 stopsignal=INT stderr_logfile=/var/log/dtp-sites/newsroom.err.log stdout_logfile=/var/log/dtp-sites/newsroom.out.log -user=dtp -environment=HOME='/home/cybershell/live/dtp-sites',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=newsroom \ No newline at end of file +user=cybershell +environment=HOME='/home/cybershell/live/dtp-sites',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=sites-newsroom \ No newline at end of file diff --git a/supervisord/dtp-sites-reeper.conf b/supervisord/dtp-sites-reeper.conf index 6aac212..23c9a94 100644 --- a/supervisord/dtp-sites-reeper.conf +++ b/supervisord/dtp-sites-reeper.conf @@ -12,5 +12,5 @@ startretries=3 stopsignal=INT stderr_logfile=/var/log/dtp-sites/host-services.err.log stdout_logfile=/var/log/dtp-sites/host-services.out.log -user=dtp -environment=HOME='/home/cybershell/live/dtp-sites',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=host-services \ No newline at end of file +user=cybershell +environment=HOME='/home/cybershell/live/dtp-sites',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=sites-reeeper \ No newline at end of file diff --git a/supervisord/dtp-sites.conf b/supervisord/dtp-sites.conf index 5c9c22b..dc8e153 100644 --- a/supervisord/dtp-sites.conf +++ b/supervisord/dtp-sites.conf @@ -12,5 +12,5 @@ startretries=3 stopsignal=INT stderr_logfile=/var/log/dtp-sites/dtp-sites.err.log stdout_logfile=/var/log/dtp-sites/dtp-sites.out.log -user=dtp +user=cybershell environment=HOME='/home/cybershell/live/dtp-sites',HTTP_BIND_PORT=30%(process_num)02d,NODE_ENV=production,LOGNAME=dtp-sites \ No newline at end of file