Add max-upload-rate in default config
hazcod opened this issue · 3 comments
hazcod commented
Is this possible? I can't seem to add additional cli parameters via autofs.
hazcod commented
any news on this @johang ?
I can not pass paramers on via autofs, only fuse parameters
example -fstype=fuse,allow_other :/usr/local/bin/btfs\#/home/nindustries/torrent/example.torrent
johang commented
Sounds like a autofs problem to me. Not a btfs problem.
hazcod commented
I will close this.
For the curious ones; I moved /usr/local/bin/btfs
to /usr/local/bin/btfs.orig
and made a file in /usr/local/bin/btfs
with contents:
#!/bin/bash
/usr/local/bin/btfs.orig --max-upload-rate=100 $@