Unverified Commit 11286c28 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

nixos/forgejo: leverage systemd-notify support (#398210)

parents 78863b29 5eefeb3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -722,7 +722,7 @@ in
      '';

      serviceConfig = {
        Type = "simple";
        Type = "notify";
        User = cfg.user;
        Group = cfg.group;
        WorkingDirectory = cfg.stateDir;