Fix restart dnf for dnf-modify event

This commit is contained in:
2024-08-21 10:55:09 +01:00
parent 45e3c516b5
commit b66a26eaea
2 changed files with 5 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ for ( qw(install remove update) )
event_link("dnf-action", "dnf-$_", "20");
}
safe_symlink("restart", "root/etc/e-smith/events/dnf-modify/services2adjust/yum");
safe_symlink("restart", "root/etc/e-smith/events/dnf-modify/services2adjust/dnf");
for ( qw(bootstrap-console-save dnf-update smeserver-update-update) )
{