mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 03:41:44 +00:00
af31a192f8
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>
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
config autossh
|
|
option ssh '-i /etc/dropbear/id_rsa -N -T -R 2222:localhost:22 user@host'
|
|
option gatetime '0'
|
|
option monitorport '20000'
|
|
option poll '600'
|
|
option enabled '0'
|