X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=systemd%2Fpl_boot.service;h=7ab5f8eacba3fd5b0f26af854ae291e433ea37a9;hb=HEAD;hp=b75fa8387ca50ae2f2a003d72ddc0cbb3bc47750;hpb=f72c9af1bd5b804bbccf7f9126a6649880cf7072;p=bootcd.git diff --git a/systemd/pl_boot.service b/systemd/pl_boot.service index b75fa83..7ab5f8e 100644 --- a/systemd/pl_boot.service +++ b/systemd/pl_boot.service @@ -3,12 +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] -# 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 +ExecStart=/etc/init.d/pl_sysinit +ExecStart=/etc/init.d/pl_boot Type=oneshot -