From: Thierry Parmentelat Date: Fri, 6 Mar 2015 23:17:10 +0000 (+0100) Subject: gettty on tty2 should be spawned as per an entry in pl_boot.target.wants/ X-Git-Tag: bootcd-5.2-5~13 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=60f2d19383f97f6bd784d37d867e5f24ce1d35e3 gettty on tty2 should be spawned as per an entry in pl_boot.target.wants/ --- diff --git a/systemd/pl_boot.service b/systemd/pl_boot.service index 2a162f4..b751075 100644 --- a/systemd/pl_boot.service +++ b/systemd/pl_boot.service @@ -1,6 +1,5 @@ [Unit] Description=pl_boot service -Wants=getty@tty2.service Wants=network-online.target After=network.target diff --git a/systemd/pl_boot.target b/systemd/pl_boot.target index 4108618..7e97299 100644 --- a/systemd/pl_boot.target +++ b/systemd/pl_boot.target @@ -1,4 +1,3 @@ [Unit] Description=pl_boot BootCD default target Requires=pl_boot.service -After=getty@tty2.service