TrueNas Scale ElectricEel-24.10.1 Failed Service during Boot the System

Hi All,

hope anyone can help me.
On my TrueNas Scale 24.10.1 i have a Problem with a Service during the Boot Process. One Service want to start.

“ix-etc.Service” wont start.

This is my Output from this Error after Booting Process.

systemctl status ix-etc.service
× ix-etc.service - Generate TrueNAS /etc files
Loaded: loaded (/lib/systemd/system/ix-etc.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sun 2025-01-26 03:54:35 CET; 7min ago
Main PID: 1063 (code=exited, status=1/FAILURE)
CPU: 504ms

Jan 26 03:53:34 STORAGE03 systemd[1]: Starting ix-etc.service - Generate TrueNAS /etc files…
Jan 26 03:54:35 STORAGE03 systemd[1]: ix-etc.service: Main process exited, code=exited, status=1/FAILURE
Jan 26 03:54:35 STORAGE03 systemd[1]: ix-etc.service: Failed with result ‘exit-code’.
Jan 26 03:54:35 STORAGE03 systemd[1]: Failed to start ix-etc.service - Generate TrueNAS /etc files.

I dont know what i can do with this error.

Thanks.

I Find this config in my System.

[Unit]
Description=Generate TrueNAS /etc files
DefaultDependencies=no

Before=network-pre.target

After=middlewared.service
Before=local-fs.target systemd-modules-load.service

[Service]
Type=oneshot
RemainAfterExit=yes
TimeoutStartSec=300
ExecStart=midclt call -job certificate.dhparam_setup
ExecStart=midclt call etc.generate_checkpoint initial
StandardOutput=null

[Install]
WantedBy=multi-user.target

When i execute the 2 “midclt” then i have no problems with that.

Output:

midclt call -job certificate.dhparam_setup
Status: (none)
Total Progress: [########################################] 100.00%
null

midclt call etc.generate_checkpoint initial
null

The Problem is only when i boot the System.