Unverified Commit c6999852 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

plantuml-server: remove unnecessary systemd option path (#309893)

parents 945777b8 5afa8d15
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -97,7 +97,6 @@ in
    systemd.services.plantuml-server = {
      description = "PlantUML server";
      wantedBy = [ "multi-user.target" ];
      path = [ cfg.home ];

      environment = {
        PLANTUML_LIMIT_SIZE = builtins.toString cfg.plantumlLimitSize;