Skip to content

Commit

Permalink
Set $HOME for Pulsar so that ~/.condarc can be written
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed May 18, 2017
1 parent 93554d5 commit bfb0cc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jetstream_common/templates/supervisor/pulsar.j2
Expand Up @@ -10,6 +10,7 @@ numprocs = 1
stopsignal = INT
stopasgroup = true
killasgroup = true
environment = HOME="/home/g2test"
stdout_logfile = /srv/pulsar/test/pulsar/log/stdout.log
stderr_logfile = /srv/pulsar/test/pulsar/log/stderr.log

Expand All @@ -25,5 +26,6 @@ numprocs = 1
stopsignal = INT
stopasgroup = true
killasgroup = true
environment = HOME="/home/g2main"
stdout_logfile = /srv/pulsar/main/pulsar/log/stdout.log
stderr_logfile = /srv/pulsar/main/pulsar/log/stderr.log

0 comments on commit bfb0cc0

Please sign in to comment.