3 # nodes starting up with fedora18 - especially under kvm/qemu btw
4 # tend to startup unreliably, this is an attempt to get more details by
5 # * running pl_boot and pl_sysinit in -x mode
6 # * and logging everything in /var/log/pl-boot
8 # also we just run both in sequence instead of relying on convoluted systemd dependencies
10 # while we're at it we deamonize the whole thing so ayatollesque systemd is happier
13 (bash -x /etc/init.d/pl_sysinit ; bash -x /etc/init.d/pl_boot) >> /var/log/pl-boot 2>&1 &