* Tue Mar 18 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-9.sme

- handle dhparams [SME: 12963]
This commit is contained in:
2025-03-18 00:39:18 -04:00
parent 7fe3a22ad3
commit a545dc6458
4 changed files with 25 additions and 6 deletions

View File

@@ -80,4 +80,12 @@ templates2events("/etc/systemd/system-preset/49-koozali.preset", $event);
event_link("systemd-reload", $event, "89");
templates2events("/etc/rsyslog.conf", $event);
$event = "dhparam-update";
templates2events("/etc/proftpd.conf", $event);
safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/proftpd");
$event = "smeserver-base-update";
templates2events("/etc/proftpd.conf", $event);
safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/proftpd");
exit 0;