Unverified Commit 350b6b84 authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

Merge pull request #257325 from NixOS/honk/fix-initdb-script-startup

nixos/modules/honk: fix initdb service startup
parents 55e187e8 57514f5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ in
      unitConfig = {
        ConditionPathExists = [
          # Skip this service if the database already exists
          "!$STATE_DIRECTORY/honk.db"
          "!%S/honk/honk.db"
        ];
      };
    };