Open TimothyAsirJeyasing opened 7 years ago
RPM update is successful. However it returns service enable message which needs to be truncated.
https://github.com/Tendrl/monitoring-integration/blob/master/tendrl-monitoring-integration.spec#L77 This will create a symbolic link from the system's copy of the service file (usually in /lib/systemd/system or /etc/systemd/system) into the location on disk where systemd looks for autostart files (usually /etc/systemd/system/some_target.target.wants.
This information message should be suppressed.
@TimothyAsirJeyasing , what is the impact of this?
RPM update is successful. However it returns service enable message which needs to be truncated.
https://github.com/Tendrl/monitoring-integration/blob/master/tendrl-monitoring-integration.spec#L77 This will create a symbolic link from the system's copy of the service file (usually in /lib/systemd/system or /etc/systemd/system) into the location on disk where systemd looks for autostart files (usually /etc/systemd/system/some_target.target.wants.
This information message should be suppressed.