aboutsummaryrefslogtreecommitdiff
path: root/.github/container/ejabberdctl.template (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-13Container: Support ERL_DIST_PORTBadlop1-0/+16
2022-08-01Add log_burst_limit_* options (#3865)Mark Zealey1-1/+3
2022-05-02Container: When ERLANG_COOKIE is set, create cookie file; otherwise use -setc...Badlop1-1/+2
2022-05-02Container: Experimental support CTL_ON_CREATE and CTL_ON_START environment va...Badlop1-0/+27
2022-05-02Container: Start BEAM with exec to maintain the PID and catch SIGTERM in Dock...Badlop1-4/+16
2022-05-02Container: Copy ejabberdctl.template, it requires some customizationsBadlop1-0/+0
2022-05-02Switch "make rel" and "make dev" to paths: conf, database, logsBadlop1-9/+9
2022-02-19ejabberdctl: Remove unused environment variableHolger Weiss1-2/+0
2022-02-03Reorganize and complete documentation of node start/debug commandsBadlop1-6/+12
2021-12-23ejabberdctl: Let shellcheck ignore unused ERTS_VSNHolger Weiss1-0/+1
2021-12-23Fix ERTS path in ejabberdctl with `rebar3 release`Holger Weiss1-0/+1
2021-12-23Workaround to support ShellCheck older than 0.8.0Badlop1-0/+1
2021-12-23The read value is useless, so use throwaway variable nameBadlop1-2/+2
2021-12-23Harmless warning, but let's prevent it anywayBadlop1-1/+1
2021-12-23SCRIPT_DIR is used by relx releasesBadlop1-0/+1
2021-12-23In POSIX sh, RANDOM is undefined, use alternativeBadlop1-1/+2
2021-12-23In POSIX sh, OSTYPE is undefined. ejabberd doesn't work natively in win anywayBadlop1-8/+0
2021-06-25Set SCRIPT_DIR as done by the ejabberd script generated by "rebar3 release"Badlop1-1/+2
2021-04-15Remove SMP option from ejabberdctl.cfg, -smp was removed in OTP 21 (#3560)Badlop1-2/+1
2021-01-27Add 'ejabberdctl foreground-quiet'Paweł Chmielowski1-0/+4
2021-01-13Fix handling of log_rotate_size: infinityPaweł Chmielowski1-1/+1
2020-09-22log_rotate_date and log_rate_limit are deprecated since e4a8afb (#3382)Badlop1-3/+1
2020-08-24ejabberdctl: Avoid bashismsHolger Weiss1-6/+6
2020-07-30Check if TERM is set before running a remote debug shellJerome Sautret1-0/+8
2020-07-29Allow passing Erlang VM args through vm.args config fileMickael Remond1-0/+4
2020-04-03Remove bash-izm from ejabberdctl.template introduced recentlyPaweł Chmielowski1-1/+1
2020-04-02Limit number of atoms used by ejabberdctl ( #2977)Jerome Sautret1-1/+1
2019-10-25Use lager on OTP<22.0Evgeny Khramtsov1-1/+3
2019-10-19Don't parse obsoleted optionsEvgeny Khramtsov1-3/+1
2018-04-25ejabberdctl: fix parameter parsingtv1-11/+9
2018-01-29ejabberdctl: Omit redundant erl optionHolger Weiss1-1/+1
2018-01-21Fix typo /this/it/Licaon_Kter1-1/+1
2017-12-10Use /bin/sh as the explicit shell when using su in ejabberdctl.Randy Barlow1-1/+1
2017-11-07ejabberdctl: Fix 'read' syntax for non-bash shellsHolger Weiss1-2/+2
2017-11-06ejabberdctl: Fix paths for release buildHolger Weiss1-0/+1
2017-09-27harden ejabberdctl (#1977)Christophe Romain1-50/+49
2017-09-18Fix iexdebug and iexlive commands (#1981)Christophe Romain1-1/+1
2017-09-11Quote $PEER in ping command to avoid hostnames containing "-" being interpret...Stu Tomlinson1-1/+1
2017-08-08fix typoMathias Ertl1-1/+1
2017-08-04fix FIREWALL_WINDOW optionMathias Ertl1-3/+1
2017-07-20Fix errors when running ejabberdctl as rootChristophe Romain1-22/+30
2017-07-15Fix ERLANG_OPTS when setting INET_DIST_INTERFACEAshish SHUKLA1-1/+1
2017-07-12Fix ERLANG_OPTS end lines when setting FIREWALL_WINDOW (#1856)Badlop1-3/+3
2017-06-28Quote paths to allow spaces (#1789)Christophe Romain1-6/+6
2017-06-13Fix refactor bug on wait_statusChristophe Romain1-1/+2
2017-06-07fixing iex bug with proper --name arguementIvy Rogatko1-1/+1
2017-06-06Add missing space separator on EJABBERD_OPTSChristophe Romain1-4/+4
2017-06-02Fix EJABBERD_OPTSChristophe Romain1-4/+4
2017-06-01Respect INSTALLUSER when creating spool directoryChristophe Romain1-1/+1
2017-06-01Create spool directory at start if not existsChristophe Romain1-0/+1