auditd重启失败

时间:2019-06-11 20:48:45   收藏:0   阅读:488

发现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.

原文:https://www.cnblogs.com/leleyao/p/11005701.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!