Skip to content

Commit 2e5f5c3

Browse files
committed
matrix-synapse: disable runtime preserve to fix lingering socket files
1 parent 1ae856b commit 2e5f5c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/optional-apps/matrix-synapse.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
MemoryDenyWriteExecute = false;
127127
StateDirectory = "matrix-synapse";
128128
RuntimeDirectory = "matrix-synapse";
129+
RuntimeDirectoryPreserve = lib.mkForce false;
129130
};
130131
};
131132

0 commit comments

Comments
 (0)