coming back to a model that works .. most of the time
[bootcd.git] / systemd / pl_boot.service
1 [Unit]
2 Description=pl_boot service
3 Wants=network-online.target
4 After=network.target
5
6 # in debug mode we fork bash -x so that we can get a grip on
7 # what exactly is going on in here
8 [Service]
9 ExecStart=/etc/init.d/pl_sysinit
10 ExecStart=/etc/init.d/pl_boot
11 Type=oneshot