发现auditd 服务有问题

auditd重启失败

进行重启

 systemctl restart auditd 
Failed to restart auditd.service: Operation refused, unit auditd.service may be requested by dependency only

The audit daemon must be controlled from the service command. It will decide which commands can be sent to systemctl and which ones are supported by legacy actions. So, you should do: 
  
service auditd restart 
  
Unfortunately, it has to be this way.

相关文章:

  • 2021-07-17
  • 2022-02-17
  • 2022-01-25
  • 2021-12-26
  • 2022-12-23
  • 2021-10-19
  • 2021-07-17
  • 2021-12-22
猜你喜欢
  • 2021-08-11
  • 2021-07-10
  • 2022-03-08
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
相关资源
相似解决方案