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

nixos/modules/honk: fix initdb service startup
This commit is contained in:
Will Fancher 2023-09-25 20:01:04 -04:00 committed by GitHub
commit 350b6b84e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ in
unitConfig = {
ConditionPathExists = [
# Skip this service if the database already exists
"!$STATE_DIRECTORY/honk.db"
"!%S/honk/honk.db"
];
};
};