slackbuilds_ponce/system/sanlock/README
Mario Preksavec cfdf1e2c64 system/sanlock: Added (shared storage daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-05-18 06:51:33 +07:00

13 lines
361 B
Text

The sanlock daemon manages leases for applications on hosts using shared
storage.
You must have a sanlock user to run this script:
# groupadd -g 363 sanlock
# useradd -u 363 -d /var/run/sanlock -s /bin/false -g sanlock sanlock
The disk group is also needed:
# usermod -a -G disk sanlock
More information post-install can be found in README.SLACKWARE