diff options
Diffstat (limited to 'astro/traccar/files/pkg-message.in')
-rw-r--r-- | astro/traccar/files/pkg-message.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/astro/traccar/files/pkg-message.in b/astro/traccar/files/pkg-message.in new file mode 100644 index 000000000000..b1c5f995831c --- /dev/null +++ b/astro/traccar/files/pkg-message.in @@ -0,0 +1,16 @@ +[ +{ type: install + message: <<EOM + +Traccar was sucesfully installed in the %%PREFIX%%/traccar. + +- configuration file: %%ETCDIR%%/traccar.xml +- logs: %%TRACCAR_LOGDIR%% +- H2 database files: %%TRACCAR_DATADIR%% + +It is not recommended to use H2 database for production. +Edit %%ETCDIR%%/traccar.xml according to documentation at +https://www.traccar.org/documentation/ to use another SQL database +EOM +} +] |