/etc/systemd/system/multi-user.target.wants
NameSizeModeActions
agent360.service1350644editdlrm
aibolit-resident.service9470644editdlrm
atd.service2740644editdlrm
auditd.service20300644editdlrm
chronyd.service14680644editdlrm
cpanel-onboot.service6840644editdlrm
cpanel.service7160644editdlrm
cpanelquotaonboot.service3240644editdlrm
cpipv6.service5480644editdlrm
crond.service3710644editdlrm
dovecot.service3620644editdlrm
ea-php81-php-fpm.service7160644editdlrm
ea-php82-php-fpm.service7160644editdlrm
exim.service4270644editdlrm
fastmail.service3160644editdlrm
firewalld.service6130644editdlrm
httpd.service6080644editdlrm
imunify-agent-proxy.service8160644editdlrm
imunify-antivirus.service38430644editdlrm
imunify-notifier.service3880644editdlrm
ipaliases.service6540644editdlrm
irqbalance.service10690644editdlrm
kdump.service4610644editdlrm
mailman.service2480644editdlrm
mysqld.service21200644editdlrm
NetworkManager.service13900644editdlrm
nfs-client.target4330644editdlrm
nscd.service5120644editdlrm
pdns.service15270644editdlrm
pure-authd.service2820644editdlrm
pure-ftpd.service3120644editdlrm
remote-fs.target5300644editdlrm
rpcbind.service5440644editdlrm
rsyslog.service9990644editdlrm
securetmp.service3520644editdlrm
smartd.service3340644editdlrm
sshd.service3720644editdlrm
sssd.service7680644editdlrm
sw-engine.service5150644editdlrm
sysstat.service4750644editdlrm
vmtoolsd.service3740644editdlrm
wp-toolkit-background-tasks.service3410644editdlrm
wp-toolkit-scheduled-tasks.service3390644editdlrm
Edit: /usr/lib/systemd/system/auditd.service (2030B)
[Unit] Description=Security Auditing Service DefaultDependencies=no ## If auditd is sending or recieving remote logging, copy this file to ## /etc/systemd/system/auditd.service and comment out the first After and ## uncomment the second so that network-online.target is part of After. ## then comment the first Before and uncomment the second Before to remove ## sysinit.target from "Before". ## If using remote logging, ensure that the systemd-update-utmp.service file ## is updated to remove the After=auditd.service directive to prevent a ## boot-time ordering cycle. After=local-fs.target systemd-tmpfiles-setup.service ##After=network-online.target local-fs.target systemd-tmpfiles-setup.service Before=sysinit.target shutdown.target ##Before=shutdown.target Conflicts=shutdown.target RefuseManualStop=yes ConditionKernelCommandLine=!audit=0 ConditionKernelCommandLine=!audit=off Documentation=man:auditd(8) https://github.com/linux-audit/audit-documentation [Service] Type=forking PIDFile=/run/auditd.pid ExecStart=/sbin/auditd ## To not use augenrules, copy this file to /etc/systemd/system/auditd.service ## and comment/delete the next line and uncomment the auditctl line. ## NOTE: augenrules expect any rules to be added to /etc/audit/rules.d/ ExecStartPost=-/sbin/augenrules --load #ExecStartPost=-/sbin/auditctl -R /etc/audit/audit.rules # By default we don't clear the rules on exit. To enable this, uncomment # the next line after copying the file to /etc/systemd/system/auditd.service #ExecStopPost=/sbin/auditctl -R /etc/audit/audit-stop.rules Restart=on-failure # Do not restart for intentional exits. See EXIT CODES section in auditd(8). RestartPreventExitStatus=2 4 6 ### Security Settings ### MemoryDenyWriteExecute=true LockPersonality=true # The following control prevents rules on /proc so its off by default #ProtectControlGroups=true ## The following control prevents rules on /usr/lib/modules/ its off by default #ProtectKernelModules=true RestrictRealtime=true [Install] WantedBy=multi-user.target