storj/cmd/storagenode/docker-base
Clement Sam 4a46d41c1c cmd/storagenode: change supervisord pidfile location
When running the docker auto-updater image as non-root user,
supervisord logs a "CRIT could not write pidfile /run/supervisord.pid"
since the user does not have permission to the /run directory.

Changing the location to /etc/supervisor fixes it because permissions
are set for non-root access of the /etc/supervisor directory.

Closes https://github.com/storj/storj/issues/4730

Change-Id: Id463f3a08db44dd9283921ece4575abdad9bd7f2
2022-05-03 12:54:40 +00:00
..
bin cmd/storagenode: move supervisord config file to storagenode-base image 2022-03-08 13:47:01 +00:00
etc/supervisor cmd/storagenode: change supervisord pidfile location 2022-05-03 12:54:40 +00:00