Commit 16970e32 authored by a-kenji's avatar a-kenji
Browse files

nixos/hebbot: Fix systemd service

parent 23d5eac3
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";
      };
    };
  };