b75fa8387ca50ae2f2a003d72ddc0cbb3bc47750
[bootcd.git] / systemd / pl_boot.service
1 [Unit]
2 Description=pl_boot service
3 Wants=network-online.target
4 After=network.target
5
6 [Service]
7 # it is possible to mention ExecStart several times
8 #ExecStart=/etc/init.d/pl_sysinit
9 #ExecStart=/etc/init.d/pl_boot
10 # However pl_wrapper is a convenience that lets us
11 # reliably redirect outputs to the console
12 ExecStart=/etc/init/pl_wrapper
13 Type=oneshot
14