Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Smart-Restart

This package restarts systemd services on system updates every time a package is updated (installed or
deleted) using the systems package mamanger (every time `dnf {update, upgrade, downgrad}` is executed).
deleted) using the systems package mamanger (every time `dnf {update, upgrade, downgrade}` is executed).
It primarily is tailored for Amazon Linux 2023 but easily can be ported to all RPM based systems like
Fedora. Smart-Restart utilizes the `needs-restarting` package from `dnf-utils` and a custom denylisting
mechanism to determine which services need to be restarted and how to determine if a system reboot is
Expand Down Expand Up @@ -69,7 +69,7 @@ sudo make install

For yum based systems:
```
sudo yum isntall -y yum-utils yum-plugin-post-transaction-actions
sudo yum install -y yum-utils yum-plugin-post-transaction-actions
sudo make install
```

Expand Down
Loading