X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=systemd%2Fpl_boot.service;fp=systemd%2Fpl_boot.service;h=8fd36ac60fe2aaf5cadf5ec9feb67cb6818816b0;hb=0e7494ab86d99cd33964e552ab9a1dbcca52751e;hp=b75107519b0a113334ba71b1307e0cabfa5137ca;hpb=df194cf6f2046316ce227d0933b1f50ddd28088c;p=bootcd.git diff --git a/systemd/pl_boot.service b/systemd/pl_boot.service index b751075..8fd36ac 100644 --- a/systemd/pl_boot.service +++ b/systemd/pl_boot.service @@ -3,7 +3,9 @@ Description=pl_boot service Wants=network-online.target After=network.target +# in debug mode we fork bash -x so that we can get a grip on +# what exactly is going on in here [Service] -ExecStart=/etc/init.d/pl_sysinit -ExecStart=/etc/init.d/pl_boot +ExecStart=/bin/bash -x /etc/init.d/pl_sysinit > /dev/console +ExecStart=/bin/bash -x /etc/init.d/pl_boot > /dev/console Type=oneshot