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)