New main PID * does not belong t
2021-06-22 本文已影响0人
耍帅oldboy
systemctl status amavisd.service
Jun 13 07:11:08 0ca2216f67ad systemd[1]: New main PID 2268 does not belong to service, and PID file is not owned by root. Refusing
vi /usr/lib/systemd/system/amavisd.service
#Type=forking
Type=simple
这样改就不报错了