1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

doc: Fix documentation for setup event

Signed-off-by: Amitay Isaacs <amitay@gmail.com>

(This used to be ctdb commit 36d25e96a2f8ae1461c5a708a2922f0475a39900)
This commit is contained in:
Amitay Isaacs 2012-10-17 11:38:59 +11:00
parent ce210f6978
commit efe77d0e35

View File

@ -33,11 +33,9 @@ init
setup
This event does not take any additional arguments.
This event is only invoked once, when ctdb is starting up.
This event is used to do some cleanup work from earlier runs
and prepare the basic setup.
Example: 00.ctdb cleans up $CTDB_VARDIR/state
This event is only invoked once, after init event is completed.
This event is used to do setup any tunables defined in ctdb
configuration file.
startup
This event does not take any additional arguments.