Notes on symlinks in syndicate-server configuration

This commit is contained in:
Tony Garnock-Jones 2022-01-31 17:09:29 +01:00
parent 4b9202786d
commit 683c828561
1 changed files with 7 additions and 0 deletions

7
notes/configuration.md Normal file
View File

@ -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.