firmware: restart cron on updates

Specifically to deal with new RRD situation but it looks like an
old oversight not to reload here anyway.
This commit is contained in:
Franco Fichtner 2024-10-21 09:50:52 +02:00
parent ab0fc39a40
commit 3d34e7e54e

View File

@ -55,4 +55,5 @@ convert_config(true);
system_firmware_configure(true);
system_trust_configure(true);
system_login_configure(true);
system_cron_configure(true);
system_syslog_start(true);