/etc/systemd/system/multi-user.target.wants
NameSizeModeActions
aibolit-resident.service9470644editdlrm
atd.service2220644editdlrm
auditd.service18520644editdlrm
chronyd.service5510644editdlrm
cpanel-onboot.service6840644editdlrm
cpanel.service7160644editdlrm
cpanelquotaonboot.service3240644editdlrm
cpipv6.service5480644editdlrm
crond.service3560644editdlrm
csf.service2700644editdlrm
dovecot.service3620644editdlrm
ea-php74-php-fpm.service7160644editdlrm
ea-php82-php-fpm.service7160644editdlrm
exim.service4270644editdlrm
fastmail.service3160644editdlrm
httpd.service6080644editdlrm
imunify-antivirus.service38430644editdlrm
imunify-notifier.service3880644editdlrm
ipaliases.service6540644editdlrm
irqbalance.service4750644editdlrm
lfd.service2260644editdlrm
mailman.service2480644editdlrm
mariadb.service55280644editdlrm
mdmonitor.service3100644editdlrm
nfs-client.target4130644editdlrm
nftables.service3930644editdlrm
nscd.service5120644editdlrm
pdns.service14260644editdlrm
pure-authd.service2820644editdlrm
pure-ftpd.service3120644editdlrm
remote-fs.target5220644editdlrm
rpcbind.service5440644editdlrm
rsyslog.service9600644editdlrm
securetmp.service3520644editdlrm
smartd.service3290644editdlrm
sshd.service4560644editdlrm
sssd.service7720644editdlrm
sw-engine.service5150644editdlrm
sysstat.service4750644editdlrm
tuned.service4390644editdlrm
wp-toolkit-background-tasks.service3410644editdlrm
wp-toolkit-scheduled-tasks.service3390644editdlrm
Edit: /usr/lib/systemd/system/auditd.service (1852B)
[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". 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