RHEL 7 no longer supported#39
Conversation
9d582fa breaks support for RHEL 7 as `RuntimeDirectory` is not supported in that version of systemd.
|
Auch, having 143 mail servers running on RHEL7, I'm not particularly happy with this... RHEL7 is still in support until June 30 2024, and will be in extended support until June 30 2028. It feels a bit early to me to drop support now. |
Have you tested the most recent version of this module on RHEL7? I get warnings that the SystemD Unit file has invalid options and the |
|
@yakatz You see those warnings because the author of the module is using a wrong way to override the vendor settings. So instead of opening a PR to drop the support for RHEL 7, you should open an issue and point the author to the systemd documentation:
I would go with the second method: a drop-in file for the [Service] section containing those two lines. |
9d582fa breaks support for RHEL 7 as
RuntimeDirectoryis not supported in that version of systemd.