ensure torrent files are world-readable

This commit is contained in:
Haak Saxberg 2022-08-11 19:19:42 -07:00
parent 35ace2f172
commit 69518c4774

View file

@ -20,6 +20,9 @@ ratio.min.set = 100
ratio.max.set = 300 ratio.max.set = 300
ratio.upload.set = 20M ratio.upload.set = 20M
# To ensure world-readable results
umask = 0000
# Changing the command triggered when the ratio is reached. # Changing the command triggered when the ratio is reached.
# (the default is "d.try_close= ; d.ignore_commands.set=1") # (the default is "d.try_close= ; d.ignore_commands.set=1")
method.set = group.seeding.ratio.command, "d.close= ; d.erase=" method.set = group.seeding.ratio.command, "d.close= ; d.erase="