3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #278090 from mkg20001/fix-auditd

nixos/auditd: fix typo
This commit is contained in:
Maciej Krüger 2024-01-01 18:35:17 +01:00 committed by GitHub
commit 8f3c9dec12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ with lib;
description = "Linux Audit daemon";
wantedBy = [ "basic.target" ];
before = [ "shutdown.target" ];
conflicts = [ "shutdown.target "];
conflicts = [ "shutdown.target" ];
unitConfig = {
ConditionVirtualization = "!container";