summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/systemd-policy
AgeCommit message (Collapse)AuthorFilesLines
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop3-64/+0
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-05Spelling fixesGunnar Mills1-1/+1
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. (From meta-phosphor rev: 38f27112a9bc38337d8f4c63c333d2a1f28945fa) Change-Id: I834b99d63a260f21c60b58c91ec328cf04b683fe Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-31Revert "Disable forwarding of journal to syslog"Deepak Kodihalli2-14/+0
This reverts commit cffe1bf83203854489e7b8bab81c9188143f7ab5. This is to enable syslog daemons to forward journal logs to a remote server. (From meta-phosphor rev: 03f3dbd09e50b6e63418118df6e2267a2ba650bc) Change-Id: Ie1ff86a2f48e77227eda60f2f047e6f33ff7b01c Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-07-24Disable forwarding of journal to syslogAndrew Geissler2-0/+14
systemd recently changed the default in their recipe to forward all messages on to syslog. OpenBMC runs in a constrained environment so the redundancy of having the logs in both journald and syslog does not make sense. Tested: Verified journal no longer tries to forward messgages on to syslog. Resolves openbmc/openbmc#3299 Change-Id: Ic7a8e488b60e984670ab4de666f820eeffe39afb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-07-24Prevent duplicate kernel message in journalAndrew Geissler2-0/+18
OpenBMC uses busybox which uses klogd which causes duplicate kernel messages to show up in the journal due to syslog. This override prevents journald from reading from kmsg so only one instance of the kernel messages will show up in journald instead of the two of each currently put in the journal Tested: Verified only one instance of kernel messages were in the journal. Resolves openbmc/openbmc#2720 Change-Id: I434f48159990e7b068103e5c11ac3c9431112199 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-07-24Move phosphor overrides of systemd into own recipeAndrew Geissler2-0/+46
Phosphor specific overrides to systemd should be stored within its own recipe and pulled in via the phosphor layer. This helps distinguish systemd specific overrides with phosphor overrides. Tested: Verified service-restart-policy.conf was still pulled in as expected in witherspoon QEMU Change-Id: I32110fc2edd3abd2bb0008c63dd4ad7828b762b8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>