X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=systemd%2Fpl_boot.service;h=8fd36ac60fe2aaf5cadf5ec9feb67cb6818816b0;hb=0e7494ab86d99cd33964e552ab9a1dbcca52751e;hp=2a162f43c89875269b31c2827f09131ce81dcef2;hpb=880609bac43d4161cb24ad54f7248e09835388d6;p=bootcd.git diff --git a/systemd/pl_boot.service b/systemd/pl_boot.service index 2a162f4..8fd36ac 100644 --- a/systemd/pl_boot.service +++ b/systemd/pl_boot.service @@ -1,10 +1,11 @@ [Unit] Description=pl_boot service -Wants=getty@tty2.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