Bug 1411718

Summary: [/usr/lib/systemd/system/microcode.service:10] Trailing garbage, ignoring.
Product: Red Hat Enterprise Linux 7 Reporter: Harald Reindl <h.reindl>
Component: microcode_ctlAssignee: Petr Oros <poros>
Status: CLOSED DUPLICATE QA Contact: Rachel Sibley <rasibley>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.3CC: skozina
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-10 12:00:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Harald Reindl 2017-01-10 11:31:36 UTC
what about people which write systemd-units read their syslog after "systemctl daemon-reload"?

___________________________

Jan 10 12:17:37 ingo-home systemd: [/usr/lib/systemd/system/microcode.service:10] Trailing garbage, ignoring.
Jan 10 12:17:37 ingo-home systemd: microcode.service lacks both ExecStart= and ExecStop= setting. Refusing.
___________________________

cat /usr/lib/systemd/system/microcode.service
[Unit]
Description=Load CPU microcode update
After=basic.target
ConditionVirtualization=false
ConditionPathExists=/sys/devices/system/cpu/microcode/reload

[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/usr/bin/bash -c "grep -l GenuineIntel /proc/cpuinfo | xargs grep -l "model.*79" > /dev/null || echo 1 > /sys/devices/system/cpu/microcode/reload"

[Install]
WantedBy=basic.target

Comment 1 Stanislav Kozina 2017-01-10 12:00:28 UTC

*** This bug has been marked as a duplicate of bug 1411232 ***