3636724 core: drop "const" from NeedsDaemonReload unit dbus property

2 files Authored by Lennart Poettering 2 years ago, Committed by zbyszek 2 years ago,
    core: drop "const" from NeedsDaemonReload unit dbus property
    
    It's not "const", it can change any time if people change the fs, and we
    don#t send out notifications for it. Hence don't claim it was const.
    (Otherwise clients might cache it, but they should not)
    
    Prompted-by: #20792
    (cherry picked from commit e30a3ba16a5da4b46cd6c8bc363dbccb791fc45e)
    
        
file modified
+1 -1