Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: refresh service only based on the drop-in file
Since multiple drop-in files of the same unit notify the same Systemd::Daemon_reload resource, changing a drop in file without notify_service still triggers a service refresh if at least one other drop-in file has notify_service set (default) regardless of it being changed. Therefore the Systemd::Daemon_reload should only be ordered before the Service but not notify it.
- Loading branch information