forked from emqx/emqx-rel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvars.config
More file actions
24 lines (21 loc) · 708 Bytes
/
Copy pathvars.config
File metadata and controls
24 lines (21 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ft=erlang ts=4 sw=4 et
%% Platform-specific installation paths
{platform_bin_dir, "bin"}.
{platform_data_dir, "data"}.
{platform_etc_dir, "etc"}.
{platform_lib_dir, "lib"}.
{platform_log_dir, "log"}.
%%
%% bin/emqttd
%%
%% {runner_script_dir, "$(cd ${0%/*} && pwd)"}.
{runner_root_dir, ""}.
{runner_base_dir, ""}.
{runner_bin_dir, "$RUNNER_ROOT_DIR/bin"}.
{runner_etc_dir, "$RUNNER_ROOT_DIR/etc"}.
{runner_lib_dir, "$RUNNER_ROOT_DIR/lib"}.
{runner_log_dir, "$RUNNER_ROOT_DIR/log"}.
{runner_data_dir, "$RUNNER_ROOT_DIR/data"}.
{pipe_dir, "/tmp/$RUNNER_SCRIPT/"}.
{runner_user, ""}.