Details
Description
Suse chkconfig --check boot.<service> always returns 1 whether the service is enabled/disabled.
- Author: Matteo <>
- Company:
- Github ID: m4ce
- Pull Request 2383 Discussion
- Pull Request 2383 File Diff
Pull Request Description
The following changes fix this by checking the output of chkconfig boot.<service>. If it ends with off, the service is disabled.
Mind that chkconfig --check works as expected with all the other services that don't start with boot.
(webhooks-id: ae418bab39b72aeac5eb15a9c5cf9836)