summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service')
-rw-r--r--meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
index e8b027e97d..15af16a9f8 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
+++ b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
@@ -9,7 +9,8 @@
9Description=Serial Getty on %I 9Description=Serial Getty on %I
10Documentation=man:agetty(8) man:systemd-getty-generator(8) 10Documentation=man:agetty(8) man:systemd-getty-generator(8)
11Documentation=http://0pointer.de/blog/projects/serial-console.html 11Documentation=http://0pointer.de/blog/projects/serial-console.html
12BindsTo=dev-%i.device 12PartOf=dev-%i.device
13ConditionPathExists=/dev/%i
13After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service 14After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
14After=rc-local.service 15After=rc-local.service
15 16