Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-10 | Documentation: SysVInit workaround for <1024 ports | LittleVulpix | |
Update the manual to provide a command necessary to open <1024 ports for users on SysVinit | |||
2016-01-02 | Change init.d to SysVinit | Maxim Biro | |
2016-01-02 | Add information on how to update the bootstrap daemon | Maxim Biro | |
2016-01-01 | Add Dockerfile for the daemon | Maxim Biro | |
2015-05-10 | Updated daemon's systemd file, fixed typos in README | Maxim Biro | |
@arthurtiteica has pointed out that systemd has more suitable facilities for creating a temporary directory for a PID file rather than calling ExecStartPre, which requires an absolute path to coreutils executables we used for creating a directory and changing its owner, paths of which are are not universal across distributions. Systemd can take care of it for us without need to provide absolute paths, which is what we use here. | |||
2015-02-05 | Documentation and service description for using tox-bootstrapd with | Eugene Lopatin | |
systemd | |||
2014-10-13 | Fixed a typo | Maxim Biro | |
2014-08-18 | Added .sh ending to bootstrapd's init script | Maxim Biro | |
Fixes some build issues. | |||
2014-08-17 | Renamed files for less confusion | Maxim Biro | |
2014-08-17 | Made possible to run the daemon under its own user | Maxim Biro | |
2014-08-16 | Renamed tox_bootstrap_daemon into tox-bootstrapd | Maxim Biro | |
2014-02-22 | Renamed dht server to dht node | Maxim Biro | |