diff options
author | Amitay Isaacs <amitay@gmail.com> | 2012-10-17 11:38:37 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2012-10-17 11:39:39 +1100 |
commit | cc763c455d62d2f00e4bb18362191cd67cc50123 (patch) | |
tree | b36ee84b6cabfb2641f05e7452ea0199daaccf36 | |
parent | efe77d0e35bff92e87b6f3941366785fd3593732 (diff) | |
download | samba-cc763c455d62d2f00e4bb18362191cd67cc50123.tar.gz samba-cc763c455d62d2f00e4bb18362191cd67cc50123.tar.xz samba-cc763c455d62d2f00e4bb18362191cd67cc50123.zip |
doc: Add info about execute permissions on event scripts
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit 25d886060b138bc5e78fe93d7bebe3990264f29d)
-rw-r--r-- | ctdb/config/events.d/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctdb/config/events.d/README b/ctdb/config/events.d/README index 1c99501394..6075f39f02 100644 --- a/ctdb/config/events.d/README +++ b/ctdb/config/events.d/README @@ -13,6 +13,8 @@ As a special case, any eventscript that ends with a '~' character will be ignored since this is a common postfix that some editors will append to older versions of a file. +Only event scripts with executable permissions are run from CTDB. Any event +script that does not have executable permission is ignored. The eventscripts are called with varying number of arguments. The first argument is the "event" and the rest of the arguments depend |