Webmin Cloudmin on Centos7 with systemd does not start automatically

Hello Folks!

Minimal install of latest version Centos7 followed by a Cloudmin KVM script installation on a HP DL380 G7 with 2 * X5650 and 36GB RAM.

After configuring Cloudmin accordingly to the book, installing a couple of guests, here 6, a few 64 bit Centos7, Debian8 and some old 32 bit Centos5.11 we restarted the whole server.

After the server was up again, neither webmin nor Cloudmin had started automatically, so I did:

[root@redstar ~]# systemctl enable webmin
webmin.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig webmin on

[root@redstar ~]# systemctl enable cloudmin-kvm
cloudmin-kvm.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig cloudmin-kvm on

Then I did a reboot, the server comes up again, but no webmin and no cloudmin has started…

Followed by a manual:
systemctl start webmin

A check:
systemctl start cloudmin-kvm # this one took very long time

[root@redstar ~]# systemctl status cloudmin-kvm.service
● cloudmin-kvm.service - LSB: Start KVM instances created by Cloudmin
Loaded: loaded (/etc/rc.d/init.d/cloudmin-kvm)
Active: failed (Result: exit-code) since Fri 2016-01-22 23:27:50 CET; 40min ago
Docs: man:systemd-sysv-generator(8)
CGroup: /system.slice/cloudmin-kvm.service
├─3754 /bin/sh /etc/rc.d/init.d/cloudmin-kvm start
├─4852 /usr/libexec/qemu-kvm -name guest1.cloudmin.example.com -m 4096 -drive file=/kvm/guest1.cloudmin.example.com.img,media…
├─4909 /bin/sh /etc/rc.d/init.d/cloudmin-kvm start
├─4969 /usr/libexec/qemu-kvm -name guest2.cloudmin.example.com -m 4096 -drive file=/kvm/guest2.cloudmin.example.com.img,media…
├─5358 /bin/sh /etc/rc.d/init.d/cloudmin-kvm start
├─5361 /usr/libexec/qemu-kvm -name guest3.cloudmin.example.com -m 4096 -drive file=/kvm/guest3.cloudmin.example.com.img,media…
├─5463 /bin/sh /etc/rc.d/init.d/cloudmin-kvm start
├─5635 /usr/libexec/qemu-kvm -name guest4.cloudmin.example.com -m 4096 -drive file=/kvm/guest4.cloudmin.example.com.img,media…
├─5690 /bin/sh /etc/rc.d/init.d/cloudmin-kvm start
└─6064 /usr/libexec/qemu-kvm -name guest5.cloudmin.example.com -m 4096 -drive file=/kvm/guest5.cloudmin.example.com.img,media…

Jan 22 23:24:23 redstar systemd[1]: Starting LSB: Start KVM instances created by Cloudmin…
Jan 22 23:27:50 redstar systemd[1]: cloudmin-kvm.service: control process exited, code=exited status=111
Jan 22 23:27:50 redstar systemd[1]: Failed to start LSB: Start KVM instances created by Cloudmin.
Jan 22 23:27:50 redstar systemd[1]: Unit cloudmin-kvm.service entered failed state.
Jan 22 23:27:50 redstar systemd[1]: cloudmin-kvm.service failed.

What is this for a problem, anyone who have seen this before ?