see if we could get rid of pl_wrapper
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 6 Mar 2015 23:15:15 +0000 (00:15 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 6 Mar 2015 23:15:15 +0000 (00:15 +0100)
systemd/pl_boot.service

index d312b76..2a162f4 100644 (file)
@@ -1,8 +1,10 @@
 [Unit]
 Description=pl_boot service
-Requires=network-online.target
-After=network-online.target
+Wants=getty@tty2.service
+Wants=network-online.target
+After=network.target
 
 [Service]
-ExecStart=/etc/init.d/pl_wrapper
+ExecStart=/etc/init.d/pl_sysinit
+ExecStart=/etc/init.d/pl_boot
 Type=oneshot