commit | 37bc1a3568f2e87987be05243627a984dc051de1 | [log] [tgz] |
---|---|---|
author | Deepak Kodihalli <dkodihal@in.ibm.com> | Fri Jan 11 06:09:04 2019 -0600 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jan 11 22:28:38 2019 +0000 |
tree | 1c163b06cdfc1cbf1bc8cb891cc5ebc370b56e4c | |
parent | f6a2d2e7a6333dd174e0876d128ee12dca55421f [diff] |
rsyslogd: don't start without actions Rsyslog is currently used only for remote logging. The daemon would run though (started by systemd) even when remote logging has not been configured. In other words, it would run without any actions. With Yocto 2.6, rsyslogd won't run without any actions. Hence, start rsyslogd on demand - only when remote logging is configured. Change-Id: Iec37c5624818716a533b0e3ddcfe7ed7b10f0b38 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>