You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments