aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-core/systemd/systemd-serialgetty.bbappend
blob: f8d6e6660bc2a33c9f595d34c9ef069217acf3d0 (plain)
1
2
3
4
5
6
# W/A to fix serial-getty@.service timeout
do_install_append () {
    sed -e "/Before=getty.target/a Before=getty@tty1.service" \
        -e "/.*RestartSec.*/d" \
        -i ${D}${systemd_unitdir}/system/serial-getty@.service
}