Actions
Bug #32787
closedCheck for pulpcore-api.service in ping
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Due to SELinux issues this call
https://github.com/Katello/katello/blob/KATELLO-3.18/app/models/katello/ping.rb#L12
system('systemctl is-enabled pulpcore-api.service')
will always fail - https://github.com/Katello/katello/pull/9009#issuecomment-854648950
We should be doing check on
/etc/systemd/system/multi-user.target.wants/pulp_celerybeat.serviceinstead
Actions