Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-04 | Increase NOFILE limit for tox-bootstrapd | Maxim Biro | |
tox-bootstrapd can use around 600 TCP sockets during TCP server's normal functioning. Many systems default to having a soft limit of 1024 open file descriptors, which we are close to reaching, so it was suggested we bump that limit to a higher number. iphy suggested increasing it to 32768. | |||
2015-12-31 | Add ability to specify multiple command line arguments | Maxim Biro | |
Needed in order to specify which log backend to use. Init scripts need to be updated to contain --config before the path to the config file. | |||
2014-10-14 | Don't fail when the binary is not found | Maxim Biro | |
Per Debian Policy Manual, paragraph 9.3.2: Writing the scripts. | |||
2014-08-18 | Added .sh ending to bootstrapd's init script | Maxim Biro | |
Fixes some build issues. |