From 683c828561ce07bd3831d15ebb7f49d7546f2396 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 31 Jan 2022 17:09:29 +0100 Subject: [PATCH] Notes on symlinks in syndicate-server configuration --- notes/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 notes/configuration.md diff --git a/notes/configuration.md b/notes/configuration.md new file mode 100644 index 0000000..20fc7da --- /dev/null +++ b/notes/configuration.md @@ -0,0 +1,7 @@ +# On Syndicate Configuration + +inotify doesn't go through symlinks, making symlinks a little less useful than they could +otherwise be, which is a shame. + +HOWEVER the initial scan DOES go through symlinks. This is a bug. Either make the reactive code +traverse symlinks (would be nice??), or make the initial scan ignore symlinks.