How to restart ix-application service(docker and others) in 24.10?

To solve the communication problem between the virtual machine and the host machine, I created a br0 whose member is the eth I actually use.
I have found that sometimes when restarting the server, I encounter the issue of Application is not running. The error in Apps Servic is:
Application(s) have failed to start:
[EFAULT] Default interface ‘br0’ is not in active state
When I try systemctl start docker, docker service is running, but the Apps page will prompt other errors:
FileNotFoundError
[Errno 2] No such file or directory: ‘/mnt/.ix-apps/app_configs’
So I want to know the complete process of manually restarting Apps Service, or if iX can add a button in System Services for Apps Service in future versions to facilitate restarts.
Thank you to the community and iX members in advance!: -)

You can try running the ‘zfs mount -a’ command

1 Like

I didn’t reproduce this problem after restarting, so I can try this method next time I encounter it