mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
cpacfstatsd.service: only run on LPARs.
Add ConditionVirtualization=no to the service file such that it is only started on LPARs. This service cannot run on z/VM nor KVM, and fails resulting in a degraded boot. Closes: https://github.com/ibm-s390-tools/s390-tools/pull/38 Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com> Acked-by: Harald Freudenberger <freude@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
342c6a3707
commit
35312d0c47
@@ -10,6 +10,7 @@
|
||||
[Unit]
|
||||
Description=CPACF statistics collection daemon process for Linux on System z
|
||||
Documentation=man:cpacfstatsd(8)
|
||||
ConditionVirtualization=no
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
||||
Reference in New Issue
Block a user