mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
treewide: add documentation for nixos systemd units
This commit is contained in:
parent
aaac00e726
commit
ab0564bd10
29 changed files with 60 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
systemd.services.auditd = {
|
||||
description = "Linux Audit daemon";
|
||||
documentation = [ "man:auditd(8)" ];
|
||||
wantedBy = [ "sysinit.target" ];
|
||||
after = [
|
||||
"local-fs.target"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue