Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpm: revert suppressing systemd_post macro (#759)
We don't need to suppress this macro because this macro handles preset, not restart. I have confirmed that this macro of the package for RHEL 9 is expanded as follows. ```bash if [ $1 -eq 1 ] && [ -x "/usr/lib/systemd/systemd-update-helper" ]; then # Initial installation /usr/lib/systemd/systemd-update-helper install-system-units fluentd.service || : fi ``` Signed-off-by: Daijiro Fukuda <[email protected]>
- Loading branch information