Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | autossh: fix procd env issue | Leo Soares | 2021-10-06 |
| | | | | | | | This commit fixes an issue where the `AUTOSSH_GATETIME` is not available in the `procd` environment which gets overwritten by the second `procd_set_param env` call. It now calls the `procd_set_param env` once with the two variables, instead of twice. Signed-off-by: Leo Soares <leo@hyper.ag> | ||
* | autossh: switch to procd | Jan Pavlinec | 2020-08-31 |
| | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz> | ||
* | autossh: add an 'enabled' option within the uci configuration file | AdriĆ Llaudet | 2018-04-11 |
| | | | | | | | | | | | | | | In a tool like this one, you really want an option to establish if the service should start or not by default on boot time, especially when its configuration file has to be customized by the user. In the configuration file, the new 'enabled' option is setted to '0' by default since the configuration provided by default will not be the one finally used. In the init script, the new 'enabled' option is setted to '1' by default in order to support the previous configuration file behaviour. Signed-off-by: AdriĆ Llaudet <adria.llaudet@gmail.com> | ||
* | autossh: import from oldpackages | Christian Beier | 2016-09-06 |
Signed-off-by: Christian Beier <cb@shoutrlabs.com> |