0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

treewide: add documentation for nixos systemd units

This commit is contained in:
h7x4 2025-03-12 17:59:34 +01:00
parent aaac00e726
commit ab0564bd10
No known key found for this signature in database
GPG key ID: 9F2F7D8250F35146
29 changed files with 60 additions and 1 deletions

View file

@ -82,6 +82,7 @@ in
systemd.services.atd = {
description = "Job Execution Daemon (atd)";
documentation = [ "man:atd(8)" ];
wantedBy = [ "multi-user.target" ];
path = [ at ];