consuldemocracy/installer

Unicorn can no longer be exetuted as deploy user

Closed this issue ยท 1 comments

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

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. ๐Ÿ™