quick, dirty but effective way to get systemd to run pl_sysinit as a
[bootcd.git] / systemd / pl_boot.service
index 4010cfd..c8a583b 100644 (file)
@@ -3,6 +3,7 @@ Description=pl_boot service
 After=pl_sysinit.target
 
 [Service]
+ExecStartPre=/etc/init.d/pl_sysinit
 ExecStart=/etc/init.d/pl_boot
 
 [Install]