I have tried systemctl status setroubleshootd.service, but I get
● setroubleshootd.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
Neither does setroubleshootd appear in the output of ps ax.
However, yum info setroubleshoot, tells that the package is installed.
Installed Packages
Name : setroubleshoot
Arch : x86_64
Version : 3.2.24
Release : 1.1.el7
Size : 235 k
Repo : installed
From repo : anaconda
In the same way, yum info setroubleshoot-server tells that such package is also installed.
So, it seems to be installed, but not recognized by systemd. How can I see whether it is running or not? And, if it is not running, how to enable it?