We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad59cf9 commit b823ce4Copy full SHA for b823ce4
1 file changed
init.d/auditd.service.in
@@ -16,9 +16,9 @@ Wants=audit-rules.service
16
## a minimal file that overrides only the necessary lines but inherits the
17
## original settings in case they get updated by a distribution. Please check
18
## systemd documentation if it's unclear how to override settings.
19
-After=local-fs.target systemd-tmpfiles-setup.service audit-rules.service
+After=local-fs.target systemd-tmpfiles-setup.service
20
#After=network-online.target local-fs.target systemd-tmpfiles-setup.service
21
-Before=sysinit.target shutdown.target
+Before=sysinit.target shutdown.target audit-rules.service
22
#Before=shutdown.target
23
Conflicts=shutdown.target
24
RefuseManualStop=yes
0 commit comments