X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=systemd%2Fpl_boot.service;h=7ab5f8eacba3fd5b0f26af854ae291e433ea37a9;hb=HEAD;hp=d312b7698cce3b5bd255226107fc32b907809482;hpb=97445e9bc3b2d277fe5b5da2c5bd7b12e40a151c;p=bootcd.git diff --git a/systemd/pl_boot.service b/systemd/pl_boot.service index d312b76..7ab5f8e 100644 --- a/systemd/pl_boot.service +++ b/systemd/pl_boot.service @@ -1,8 +1,11 @@ [Unit] Description=pl_boot service -Requires=network-online.target -After=network-online.target +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_wrapper +ExecStart=/etc/init.d/pl_sysinit +ExecStart=/etc/init.d/pl_boot Type=oneshot