diff options
Diffstat (limited to 'databases/tarantool/files')
-rw-r--r-- | databases/tarantool/files/pkg-message.in | 2 | ||||
-rw-r--r-- | databases/tarantool/files/tarantool.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/tarantool/files/pkg-message.in b/databases/tarantool/files/pkg-message.in index 1d5a808cd5b0..724e169d99dc 100644 --- a/databases/tarantool/files/pkg-message.in +++ b/databases/tarantool/files/pkg-message.in @@ -7,7 +7,7 @@ # # * Enable tarantool on startup: # tarantool_enable="YES" -# * Path to storage instances: +# * Path to storage link files of instances: # tarantool_instances="%%ETCDIR%%/instances.enabled" # # diff --git a/databases/tarantool/files/tarantool.in b/databases/tarantool/files/tarantool.in index 98ea8dd888d3..68a440cd3b4a 100644 --- a/databases/tarantool/files/tarantool.in +++ b/databases/tarantool/files/tarantool.in @@ -24,7 +24,7 @@ start_cmd="${name}_start" stop_cmd="${name}_stop" restart_cmd="${name}_restart" -INSTANCES=$(find ${tarantool_instances} -type f -name '*.lua') +INSTANCES=$(find ${tarantool_instances} -type l -name '*.lua') TDAEMON=%%PREFIX%%/bin/tarantool TCTL=%%PREFIX%%/bin/tarantoolctl |