Skip to content

Commit

Permalink
docs: updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
alaaeddineelamri committed Nov 17, 2021
1 parent 5e05ca7 commit 8f8884e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
@@ -1,7 +1 @@
This directive is optional and specifies a directory in which the Director may put its process Id file. The process Id file is used to shut down Bareos and to prevent multiple copies of Bareos from running simultaneously. Standard shell expansion of the Directory is done when the configuration file is read so that values such as $HOME will be properly expanded.

The PID directory specified must already exist and be readable and writable by the Bareos daemon referencing it.

Typically on Linux systems, you will set this to: :file:`/var/run`. If you are not installing Bareos in the system directories, you can use the Working Directory as defined above.

As of bareos 21, this directive is deprecated. The way to set up a pid file is to do it as an option to the Director binary with the ``-p <file>`` option, where <file> is the path to a pidfile of your choosing. By default, no pidfile is created.
Since :sinceVersion:`21.0.0: Pid file handling` this directive has no effect anymore. The way to set up a pid file is to do it as an option to the Director binary with the ``-p <file>`` option, where <file> is the path to a pidfile of your choosing. By default, no pidfile is created.
@@ -1,5 +1 @@
This directive specifies a directory in which the File Daemon may put its process Id file files. The process Id file is used to shutdown Bareos and to prevent multiple copies of Bareos from running simultaneously.

The Bareos file daemon uses a platform specific default value, that is defined at compile time. Typically on Linux systems, it is set to :file:`/var/lib/bareos/` or :file:`/var/run/`.

As of bareos 21, this directive is deprecated. The new way to set up a pid file is to do it as an option to the Client binary with the ``-p <file>`` option, where <file> is the path to a pidfile of your choosing. By default, no pidfile is created.
Since :sinceVersion:`21.0.0: Pid file handling` this directive has no effect anymore. The way to set up a pid file is to do it as an option to the Client binary with the ``-p <file>`` option, where <file> is the path to a pidfile of your choosing. By default, no pidfile is created.
@@ -1,4 +1 @@
This directive specifies a directory in which the Storage Daemon may put its process Id file files. The process Id file is used to shutdown Bareos and to prevent multiple copies of Bareos from running simultaneously. Standard shell expansion of the directory is done when the configuration file is read so that values such as $HOME will be properly expanded.

As of bareos 21, this directive is deprecated. The way to set up a pid file is to do it as an option to the Storage binary with the ``-p <file>`` option, where <file> is the path to a pidfile of your choosing. By default, no pidfile is created.

Since :sinceVersion:`21.0.0: Pid file handling` this directive has no effect anymore. The way to set up a pid file is to do it as an option to the Storage binary with the ``-p <file>`` option, where <file> is the path to a pidfile of your choosing. By default, no pidfile is created.

0 comments on commit 8f8884e

Please sign in to comment.