mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
nixos/modules/honk: fix initdb service startup
This commit is contained in:
parent
7e5e43ef91
commit
57514f5beb
@ -116,7 +116,7 @@ in
|
|||||||
unitConfig = {
|
unitConfig = {
|
||||||
ConditionPathExists = [
|
ConditionPathExists = [
|
||||||
# Skip this service if the database already exists
|
# Skip this service if the database already exists
|
||||||
"!$STATE_DIRECTORY/honk.db"
|
"!%S/honk/honk.db"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user