Skip to content

Commit

Permalink
[supervisor.harvest.conf] Temp. run harvester as root
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadIsmailShahzad authored Jan 31, 2025
1 parent 22cdcae commit aeca810
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/ckan/setup/supervisor.harvest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stdout
stderr_logfile_maxbytes=0
user=ckan
environment=HOME="/srv/app",USER="ckan"
user=root
environment=HOME="/srv/app",USER="root"


[program:ckan-gather]
Expand All @@ -22,5 +22,5 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stdout
stderr_logfile_maxbytes=0
user=ckan
environment=HOME="/srv/app",USER="ckan"
user=root
environment=HOME="/srv/app",USER="root"

0 comments on commit aeca810

Please sign in to comment.