quick, dirty but effective way to get systemd to run pl_sysinit as a
[bootcd.git] / systemd / pl_boot.service
1 [Unit]
2 Description=pl_boot service
3 After=pl_sysinit.target
4
5 [Service]
6 ExecStartPre=/etc/init.d/pl_sysinit
7 ExecStart=/etc/init.d/pl_boot
8
9 [Install]
10 WantedBy=pl_boot.target