see if we could get rid of pl_wrapper
[bootcd.git] / systemd / pl_boot.service
index 793bd3d..2a162f4 100644 (file)
@@ -1,8 +1,10 @@
 [Unit]
 Description=pl_boot service
+Wants=getty@tty2.service
+Wants=network-online.target
+After=network.target
 
 [Service]
+ExecStart=/etc/init.d/pl_sysinit
 ExecStart=/etc/init.d/pl_boot
-ExecStartPre=/etc/init.d/pl_sysinit
 Type=oneshot
-