-
-
Notifications
You must be signed in to change notification settings - Fork 299
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: systemd path issues #283
Milestone
Comments
Thanks! I will try to patch this ASAP. |
This is fixed in #302. |
This also fixes the issue for me. Any chance of it making it into a release? |
Yes sorry. I've been busy. Will try to prioritize some pull requests and cut a release next week. |
Solved by #302 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to use this cookbook with Ubuntu 16.04, I found two issues:
job_control
set tosystemd
, the cookbook attempts to create/usr/lib/systemd/system/redis@.service
, but on Ubuntu 16.04/usr/lib/systemd/system
does not exist./usr/bin/systemctl daemon-reload
is called. On Ubuntu, this command should be/bin/systemctl daemon-reload
.The text was updated successfully, but these errors were encountered: