diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:16:14 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:07 -0400 |
commit | 721a1fad6178e0dd0a578d601c6c73d6e86b2d22 (patch) | |
tree | ba6a3b3c4cafb10445620c6481295c5087c68936 /system/heartbeat | |
parent | 827ee6fd37e0ed91b1e43c976d56a19a7cf66329 (diff) | |
download | slackbuilds-721a1fad6178e0dd0a578d601c6c73d6e86b2d22.tar.gz |
system/heartbeat: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/heartbeat')
-rw-r--r-- | system/heartbeat/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/heartbeat/README b/system/heartbeat/README index 742f8f2af6..ebc0562eb9 100644 --- a/system/heartbeat/README +++ b/system/heartbeat/README @@ -1,9 +1,9 @@ Linux-HA heartbeat -Heartbeat is a daemon that provides cluster infrastructure (communication and -membership) services to its clients. This allows clients to know about the -presence (or disappearance!) of peer processes on other machines and to easily -exchange messages with them. +Heartbeat is a daemon that provides cluster infrastructure +(communication and membership) services to its clients. This allows +clients to know about the presence (or disappearance!) of peer +processes on other machines and to easily exchange messages with them. Heartbeat still comes with an integrated primitive resource manager, which basically is just a shell script. This is also |