diff -Nur --no-dereference e-smith-packetfilter-2.6.0.old/createlinks e-smith-packetfilter-2.6.0/createlinks --- e-smith-packetfilter-2.6.0.old/createlinks 2021-04-07 15:57:41.403000000 -0400 +++ e-smith-packetfilter-2.6.0/createlinks 2021-04-07 15:59:23.533000000 -0400 @@ -25,7 +25,7 @@ safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/ulogd"); event_link("systemd-reload", $event, "89"); event_link("systemd-default", $event, "88"); -templates2events("/etc/logrotate.d/ulogd", $event); +templates2events("/etc/logrotate.d/ulogd", ($event,qw(post-install post-upgrade bootstrap-console-save)) ); #systemd diff -Nur --no-dereference e-smith-packetfilter-2.6.0.old/root/etc/e-smith/templates/etc/logrotate.d/ulogd/50log e-smith-packetfilter-2.6.0/root/etc/e-smith/templates/etc/logrotate.d/ulogd/50log --- e-smith-packetfilter-2.6.0.old/root/etc/e-smith/templates/etc/logrotate.d/ulogd/50log 2021-04-07 15:57:41.405000000 -0400 +++ e-smith-packetfilter-2.6.0/root/etc/e-smith/templates/etc/logrotate.d/ulogd/50log 2021-04-07 16:00:48.498000000 -0400 @@ -5,7 +5,7 @@ compress sharedscripts postrotate - /usr/bin/systemctl reload ulogd > /dev/null 2>&1 + /usr/bin/systemctl restart ulogd > /dev/null 2>&1 endscript \} @@ -16,7 +16,7 @@ compress sharedscripts postrotate - /usr/bin/systemctl reload ulogd > /dev/null 2>&1 + /usr/bin/systemctl restart ulogd > /dev/null 2>&1 endscript \}