matrix-synapse: Only run StartPre script when data folder doesn't exist (#17216)

This commit is contained in:
Robin Lambertz
2016-07-28 04:13:21 +02:00
committed by Franz Pletz
parent c31cbe8f9c
commit b65e9d87e2
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -41,6 +41,6 @@ buildPythonApplication rec {
homepage = https://matrix.org;
description = "Matrix reference homeserver";
license = licenses.asl20;
maintainers = [ maintainers.ralith ];
maintainers = [ maintainers.ralith maintainers.roblabla ];
};
}