From 880609bac43d4161cb24ad54f7248e09835388d6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 7 Mar 2015 00:15:15 +0100 Subject: [PATCH] see if we could get rid of pl_wrapper --- systemd/pl_boot.service | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/systemd/pl_boot.service b/systemd/pl_boot.service index d312b76..2a162f4 100644 --- a/systemd/pl_boot.service +++ b/systemd/pl_boot.service @@ -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 -- 2.43.0