From 726948e873fa4be2fad3c6ab956d13034cbf8306 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Apr 24 2012 15:59:37 +0000 Subject: sanlock: add sample sysconfig file Signed-off-by: David Teigland --- diff --git a/src/sysconfig.sanlock b/src/sysconfig.sanlock new file mode 100644 index 0000000..1c14d4f --- /dev/null +++ b/src/sysconfig.sanlock @@ -0,0 +1,17 @@ +# SANLOCKUSER -- the daemon should run as this user +# +# To run as root user instead of sanlock user +#SANLOCKUSER="root" + +# SANLOCKOPTS -- set the command line options for the sanlock daemon +# See sanlock man page for full list of command line options. +# +# Include "-U sanlock -G sanlock" in the option string unless +# also changing the SANLOCKUSER above. +# +# To disable use of watchdog via wdmd +#SANLOCKOPTS="-U sanlock -G sanlock -w 0" +# +# To disable use of watchdog via wdmd and disable high priority features +#SANLOCKOPTS="-U sanlock -G sanlock -w 0 -h 0" +