Unicorn can no longer be exetuted as deploy user
Closed this issue ยท 1 comments
rcala6900 commented
Hello,
today I deployed Consul on a new server. The installation worked straightforward, except that in my previous attempt. about a month ago, I was able to schedule unicorn to start at boot using user "deploy", in this new instance it can only be run as root.
If I "sudo chown -R deploy:wheel /home/deploy/consul" then I'm able to start it againg with user "deploy".
What's best?
Thank you for your help
Best regards
voodoorai2000 commented
Hey @rcala6900!
Happy you found a workaround ๐
Sorry about that, we introduced a simplification that can change the permissions of some folders. ๐
Working on reverting that change.
For now... yes using chown
is fine, here is another workaround. ๐