aboutsummaryrefslogtreecommitdiffstats
path: root/meta-eca/recipes-core/systemd/systemd_%.bbappend
blob: 7f650904a2ce6b0330fb87d4ddb8c3c2d74623ed (plain)
1
2
3
4
5
6
7
# Don't overflow the console with messages, it is very difficult to use
# the system as the systemd-timesyncd prints too much data

do_install_append() {
	sed -i "s/#LogTarget=journal-or-kmsg/LogTarget=journal/" ${D}${sysconfdir}/systemd/system.conf
}