summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/hast.conf.5
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-10-17 12:22:09 +0000
committerpjd <pjd@FreeBSD.org>2011-10-17 12:22:09 +0000
commited683cf8c092fc83ec193651a4e1914f6610f85e (patch)
treeed581c98e9e64f566fbadf549ad25da46a4735d3 /sbin/hastd/hast.conf.5
parent06a2c15f452d62f9166c4e492976c34c07495c9a (diff)
downloadFreeBSD-src-ed683cf8c092fc83ec193651a4e1914f6610f85e.zip
FreeBSD-src-ed683cf8c092fc83ec193651a4e1914f6610f85e.tar.gz
Allow to specify pidfile in HAST configuration file.
MFC after: 1 week
Diffstat (limited to 'sbin/hastd/hast.conf.5')
-rw-r--r--sbin/hastd/hast.conf.511
1 files changed, 11 insertions, 0 deletions
diff --git a/sbin/hastd/hast.conf.5 b/sbin/hastd/hast.conf.5
index 6410ae7..1eb66e3 100644
--- a/sbin/hastd/hast.conf.5
+++ b/sbin/hastd/hast.conf.5
@@ -64,17 +64,20 @@ compression <algorithm>
timeout <seconds>
exec <path>
metaflush "on" | "off"
+pidfile <path>
on <node> {
# Node section
control <addr>
listen <addr>
+ pidfile <path>
}
on <node> {
# Node section
control <addr>
listen <addr>
+ pidfile <path>
}
resource <name> {
@@ -146,6 +149,14 @@ unix:///var/run/hastctl
.Pp
The default value is
.Pa uds:///var/run/hastctl .
+.It Ic pidfile Aq path
+.Pp
+File in which to store the process ID of the main
+.Xr hastd 8
+process.
+.Pp
+The default value is
+.Pa /var/run/hastd.pid .
.It Ic listen Aq addr
.Pp
Address to listen on in form of:
OpenPOWER on IntegriCloud