summaryrefslogtreecommitdiff
path: root/meta-google/recipes-phosphor/console
diff options
context:
space:
mode:
authorDavid Wang <davidwang@quantatw.com>2022-08-18 04:51:58 +0300
committerWilliam A. Kennington III <wak@google.com>2022-08-18 12:30:11 +0300
commite536c406dd9f41c49f35d89abab441267256584a (patch)
treef5faecdde115ba0602dc60053157fc516adfbf0d /meta-google/recipes-phosphor/console
parentfa2e5fc18977d0d19ba317cde0638be1b39f1868 (diff)
downloadopenbmc-e536c406dd9f41c49f35d89abab441267256584a.tar.xz
meta-google: console: remove service dependency
Remove service dependency so that serial will not be delayed by network.target. Signed-off-by: David Wang <davidwang@quantatw.com> Change-Id: I6febe89373a5e1c845b998905305aafe25744380
Diffstat (limited to 'meta-google/recipes-phosphor/console')
-rw-r--r--meta-google/recipes-phosphor/console/obmc-console/serial-to-host@.service.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-google/recipes-phosphor/console/obmc-console/serial-to-host@.service.in b/meta-google/recipes-phosphor/console/obmc-console/serial-to-host@.service.in
index c38b720662..578568e8f2 100644
--- a/meta-google/recipes-phosphor/console/obmc-console/serial-to-host@.service.in
+++ b/meta-google/recipes-phosphor/console/obmc-console/serial-to-host@.service.in
@@ -1,8 +1,7 @@
[Unit]
Description=Host Serial Getty on %I
BindsTo=dev-%i.device
-After=dev-%i.device systemd-user-sessions.service
-After=rc-local.service
+After=dev-%i.device
Before=getty.target
IgnoreOnIsolate=yes