Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 16.04 Support Discussion #104

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

griffithac
Copy link
Collaborator

I am opening this PR in order to continue the conversation about systemd support. This is the code I am currently using in production on Ubuntu 16.04 and it is working well now. Unicorn restarts after each deploy. However there has been some conversation about the way I am restarting services. It may not be the best approach.

@griffithac griffithac changed the title Systemd Discussion Ubuntu 16.04 Support Discussion May 8, 2017
@tomprats
Copy link
Contributor

@griffithac Is there anything holding this back from being merged?

@tomprats
Copy link
Contributor

@griffithac Additionally, looks like the app won't recover from a box restarting. I had to enable my service manually with systemctl enable unicorn_#{app}_#{stage}.service. I'm not sure where exactly to put it, but I'll try and create a PR for it when I get a chance

@rhomeister
Copy link
Contributor

I'm still using 14.10, but I'm happy to merge this if/when this has been tested on both systemctl and sysv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants