coming back to a model that works .. most of the time
[bootcd.git] / systemd / pl_boot.service
index 793bd3d..7ab5f8e 100644 (file)
@@ -1,8 +1,11 @@
 [Unit]
 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
-ExecStartPre=/etc/init.d/pl_sysinit
 Type=oneshot
-