Unverified Commit eeb4b704 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

nixos/hebbot: Fix systemd service (#354098)

parents bf11ccc0 16970e32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ in
          LoadCredential = "bot-password-file:${cfg.botPasswordFile}";
          RestartSec = "10s";
          StateDirectory = "hebbot";
          WorkingDirectory = "hebbot";
          WorkingDirectory = "/var/lib/hebbot";
      };
    };
  };