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
auditd, for instance, has RefuseManualStop=yes and so can’t really be restarted. needs-restarting -s should probably look at the unit files and remove any such services from consideration, or a depedency that can restart them may be substituted.
The text was updated successfully, but these errors were encountered:
I think this is a good suggestion. I would rather somehow mark the RefuseManualStop=yes services in the output versus omitting them entirely. Maybe printing a warning on stderr would be best so it doesn't interfere with stdout.
auditd, for instance, has
RefuseManualStop=yes
and so can’t really be restarted.needs-restarting -s
should probably look at the unit files and remove any such services from consideration, or a depedency that can restart them may be substituted.The text was updated successfully, but these errors were encountered: