diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-03-20 15:31:24 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-03-20 15:31:24 +0000 |
commit | bf107d3c9a39291c0b99a564aa5f267e6bcd8f12 (patch) | |
tree | 3f1179b56bee973a7b1ce8841af8ccb69368527f /usr.sbin/sensorsd/sensorsd.8 | |
parent | 5239fd114a45648292e8934f83c39a800e598262 (diff) |
Add command line option -f to specify alternative config file.
from Matthias Pitzl
Diffstat (limited to 'usr.sbin/sensorsd/sensorsd.8')
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.8 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/sensorsd/sensorsd.8 b/usr.sbin/sensorsd/sensorsd.8 index c2e1e597636..d33e4d807f1 100644 --- a/usr.sbin/sensorsd/sensorsd.8 +++ b/usr.sbin/sensorsd/sensorsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sensorsd.8,v 1.22 2015/07/27 17:28:40 sobrado Exp $ +.\" $OpenBSD: sensorsd.8,v 1.23 2017/03/20 15:31:23 bluhm Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com> @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 27 2015 $ +.Dd $Mdocdate: March 20 2017 $ .Dt SENSORSD 8 .Os .Sh NAME @@ -26,6 +26,7 @@ .Nm sensorsd .Op Fl d .Op Fl c Ar check +.Op Fl f Ar file .Sh DESCRIPTION The .Nm @@ -68,6 +69,11 @@ Do not daemonize. If this option is specified, .Nm will run in the foreground. +.It Fl f Ar file +Read configuration from +.Ar file +instead of the default configuration file +.Pa /etc/sensorsd.conf . .El .Sh FILES .Bl -tag -width "/etc/sensorsd.conf" |