diff options
| -rw-r--r-- | meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service | 3 |
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 @@ | |||
| 9 | Description=Serial Getty on %I | 9 | Description=Serial Getty on %I |
| 10 | Documentation=man:agetty(8) man:systemd-getty-generator(8) | 10 | Documentation=man:agetty(8) man:systemd-getty-generator(8) |
| 11 | Documentation=http://0pointer.de/blog/projects/serial-console.html | 11 | Documentation=http://0pointer.de/blog/projects/serial-console.html |
| 12 | BindsTo=dev-%i.device | 12 | PartOf=dev-%i.device |
| 13 | ConditionPathExists=/dev/%i | ||
| 13 | After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service | 14 | After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service |
| 14 | After=rc-local.service | 15 | After=rc-local.service |
| 15 | 16 | ||
