redirect pl_sysinit and pl_boot to /dev/console
[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=/bin/bash -x /etc/init.d/pl_sysinit > /dev/console
10 ExecStart=/bin/bash -x /etc/init.d/pl_boot > /dev/console
11 Type=oneshot