X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=systemd%2Fpl_boot.service;fp=systemd%2Fpl_boot.service;h=b75fa8387ca50ae2f2a003d72ddc0cbb3bc47750;hb=f72c9af1bd5b804bbccf7f9126a6649880cf7072;hp=8fd36ac60fe2aaf5cadf5ec9feb67cb6818816b0;hpb=0e7494ab86d99cd33964e552ab9a1dbcca52751e;p=bootcd.git diff --git a/systemd/pl_boot.service b/systemd/pl_boot.service index 8fd36ac..b75fa83 100644 --- a/systemd/pl_boot.service +++ b/systemd/pl_boot.service @@ -3,9 +3,12 @@ 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=/bin/bash -x /etc/init.d/pl_sysinit > /dev/console -ExecStart=/bin/bash -x /etc/init.d/pl_boot > /dev/console +# it is possible to mention ExecStart several times +#ExecStart=/etc/init.d/pl_sysinit +#ExecStart=/etc/init.d/pl_boot +# However pl_wrapper is a convenience that lets us +# reliably redirect outputs to the console +ExecStart=/etc/init/pl_wrapper Type=oneshot +