commit | 97ecf3ea31e705548c2c506ace5fe5d37750b053 | [log] [tgz] |
---|---|---|
author | Brandon Wyman <bjwyman@gmail.com> | Mon Oct 09 13:25:17 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 10 23:59:44 2017 +0000 |
tree | f2ba39ee49574559322b7aee41b9fd6d737ee334 | |
parent | c79a24008ec79ff437f254a7cc4f7085fde9e33d [diff] [blame] |
Fix capitalization issue with SyslogIdentifier Resolves: openbmc/openbmc#2437 Change-Id: I7c74ef01a43f0b91c9c801843feb0948e7deda5e Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
diff --git a/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-power-supply-monitor@.service b/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-power-supply-monitor@.service index e2b6b27..0e8f9d0 100644 --- a/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-power-supply-monitor@.service +++ b/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-power-supply-monitor@.service
@@ -9,7 +9,7 @@ [Service] EnvironmentFile={envfiledir}/obmc/power-supply-monitor/power-supply-monitor-%i.conf ExecStart=/usr/bin/env witherspoon-psu-monitor --path=${{DEVPATH}} --instance=${{INSTANCE}} --inventory=${{INVENTORY}} -SysLogIdentifier=witherspoon-psu-monitor +SyslogIdentifier=witherspoon-psu-monitor [Install] RequiredBy={SYSTEMD_DEFAULT_TARGET}