-
Notifications
You must be signed in to change notification settings - Fork 33
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
On Debian Jessie service reload fails due to not supported reload method #15
Comments
root@singlenode:/home/debian# /bin/systemctl reload dovecot |
@kleini, thanks for the report. I think we should disable it in that distribution version. Give me a couple of days, because there are no tests for that version. |
Can you give me some hint how to solve that on my own? I tried to disable the reload support in the service but this does not seem to be sufficient:
|
As a workaround I used now the systemd unit file for Fedora https://github.com/ioanrogers/systemd-units/blob/master/system/dovecot.service and put this into the system before installing dovecot. |
@kleini something seems to be wrong with the Thanks for the information, I'm going to try to fix the systemd script based on this Fedora example. |
Fix released in |
The fix works for me. |
Nice @kleini! Thanks for the feedback 😉 |
sudo -E /opt/chef/bin/chef-solo --config /tmp/kitchen/solo.rb --log_level auto --force-formatter --no-color --json-attributes /tmp/kitchen/dna.json
']
The dovecot packages on Debian Jessie do not seem to provide a systemd unit script. Instead systemd does a fallback to the LSB init scripts. This fallback seems to fail for the "reload" action.
Is there a possibility to disable the reload action of the dovecot service?
The text was updated successfully, but these errors were encountered: