Bug 1259816

Summary: Deprecated stanza in unit file
Product: Red Hat Enterprise Linux 7 Reporter: Lukáš Nykrýn <lnykryn>
Component: watchdogAssignee: Josef Ridky <jridky>
Status: CLOSED ERRATA QA Contact: Martin Kyral <mkyral>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.3CC: djez, jscotka, mkyral, myllynen
Target Milestone: rcKeywords: EasyFix, Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: watchdog-5.13-12.el7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-30 11:23:52 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:
Bug Depends On:    
Bug Blocks: 1289025, 1305230, 1465906    

Description Lukáš Nykrýn 2015-09-03 14:47:45 UTC
watchdog-5.13-11.el7.x86_64

[/usr/lib/systemd/system/watchdog-ping.service:9] Unknown lvalue 'ControlGroup' in section 'Service'
[/usr/lib/systemd/system/watchdog.service:9] Unknown lvalue 'ControlGroup' in section 'Service'

This value was removed in systemd 204, long before rhel 7.0.

Comment 5 Josef Ridky 2018-06-20 09:35:38 UTC
*** Bug 1393317 has been marked as a duplicate of this bug. ***

Comment 6 Martin Kyral 2018-08-27 08:58:22 UTC
Bugfix verified. The deprecated stanza is no longer present in the unit file:

# cat /usr/lib/systemd/system/watchdog.service
[Unit]
Description=watchdog daemon
Wants=ipmi.service
After=ipmi.service
# man systemd.special
# auto added After=basic.target

[Service]
Type=forking
ExecStart=/usr/sbin/watchdog

[Install]
WantedBy=multi-user.target
#

Comment 8 errata-xmlrpc 2018-10-30 11:23:52 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:3220