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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
openSUSE's zypper package manager has the command zypper ps -s to check for processes that need a restart. Utilizing this for openSUSE installations would be awesome since needrestart doesn't support zypper/openSUSE.
The text was updated successfully, but these errors were encountered:
This could be implemented but would require a logic to parse and analyse zypper ps -s output because not every process needs a system reboot. This could be avoided by having a config flag like restart_on_zypper_update_processes or something like that.
openSUSE's zypper package manager has the command
zypper ps -s
to check for processes that need a restart. Utilizing this for openSUSE installations would be awesome sinceneedrestart
doesn't support zypper/openSUSE.The text was updated successfully, but these errors were encountered: