File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Smart-Restart
22
33This package restarts systemd services on system updates every time a package is updated (installed or
4- deleted) using the systems package mamanger (every time ` dnf {update, upgrade, downgrad } ` is executed).
4+ deleted) using the systems package mamanger (every time ` dnf {update, upgrade, downgrade } ` is executed).
55It primarily is tailored for Amazon Linux 2023 but easily can be ported to all RPM based systems like
66Fedora. Smart-Restart utilizes the ` needs-restarting ` package from ` dnf-utils ` and a custom denylisting
77mechanism to determine which services need to be restarted and how to determine if a system reboot is
@@ -69,7 +69,7 @@ sudo make install
6969
7070For yum based systems:
7171```
72- sudo yum isntall -y yum-utils yum-plugin-post-transaction-actions
72+ sudo yum install -y yum-utils yum-plugin-post-transaction-actions
7373sudo make install
7474```
7575
You can’t perform that action at this time.
0 commit comments