summaryrefslogtreecommitdiffstats
path: root/system/sanlock/README
blob: fe32fa73d15a2b1ffb90993a63dd70b2c8339fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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