diff options
Diffstat (limited to 'databases/tarantool/files/pkg-message.in')
-rw-r--r-- | databases/tarantool/files/pkg-message.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/tarantool/files/pkg-message.in b/databases/tarantool/files/pkg-message.in index 53ca686eb6c7..fa50213a377e 100644 --- a/databases/tarantool/files/pkg-message.in +++ b/databases/tarantool/files/pkg-message.in @@ -1,10 +1,13 @@ ######################################################### # # -# After install you'll need init storage: +# After install you'll need: # -# %%PREFIX%%/bin/tarantool_silverbox --init-storage \ -# -c %%ETCDIR%%/tarantool.cfg +# Edit example config: +# %%ETCDIR%%/tarantool.cfg.sample +# Init storage: +# %%PREFIX%%/bin/tarantool_box --init-storage \ +# -c %%ETCDIR%%/tarantool.cfg # # ######################################################### |