diff options
author | Jonathan Liu <net147@gmail.com> | 2014-03-27 11:53:06 +1100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-27 09:40:54 +0000 |
commit | c48a2827a5494983dcefa70d8bebcc50e8a5fc3b (patch) | |
tree | 656449dce79b0ba6f0e0899907592054de703071 /meta/recipes-core/systemd | |
parent | fd4a6b0cd275931e552cd23233c178e9ec54bdbb (diff) | |
download | openembedded-core-c48a2827a5494983dcefa70d8bebcc50e8a5fc3b.tar.gz openembedded-core-c48a2827a5494983dcefa70d8bebcc50e8a5fc3b.tar.bz2 openembedded-core-c48a2827a5494983dcefa70d8bebcc50e8a5fc3b.zip |
systemd-serialgetty: update to match systemd 211
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service index 46c15ed7e7..865de3402d 100644 --- a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service +++ b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service @@ -31,3 +31,6 @@ TTYVHangup=yes KillMode=process IgnoreSIGPIPE=no SendSIGHUP=yes + +[Install] +WantedBy=getty.target |