1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Write PID file, path is configurable in ejabberdctl.cfg (EJAB-1023)

SVN Revision: 2526
This commit is contained in:
Badlop 2009-08-24 21:21:04 +00:00
parent 342ea2753c
commit 1b81a2e3d6
6 changed files with 62 additions and 0 deletions

View file

@ -110,6 +110,18 @@
#
#ERLANG_NODE=ejabberd
#.
#' EJABBERD_PID_PATH: ejabberd PID file
#
# Indicate the full path to the ejabberd Process identifier (PID) file.
# If this variable is defined, ejabberd writes the PID file when starts,
# and deletes it when stops.
# Remember to create the directory and grant write permission to ejabberd.
#
# Default: don't write PID file
#
#EJABBERD_PID_PATH=/var/run/ejabberd/ejabberd.pid
#.
#'
# vim: foldmarker=#',#. foldmethod=marker: