Commit 3f0b4964 authored by Anthony Roussel's avatar Anthony Roussel Committed by Pascal Bach
Browse files

nixos/samba: add documentation to systemd.services

parent 7a3bba22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ let

  daemonService = appName: args:
    { description = "Samba Service Daemon ${appName}";
      documentation = [ "man:${appName}(8)" "man:samba(7)" "man:smb.conf(5)" ];

      after = [ (mkIf (cfg.nmbd.enable && "${appName}" == "smbd") "samba-nmbd.service") "network.target" ];
      requiredBy = [ "samba.target" ];