summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2016-01-28 15:57:01 +0000
committerschwarze <schwarze@openbsd.org>2016-01-28 15:57:01 +0000
commit079afb3973dfc351f63efb8e42e889d030a0910d (patch)
tree82ef67a0572f78c35370416988dce643fe695437
parentRun "rcctl ls faulty", which is silent when all services work as expected. (diff)
downloadwireguard-openbsd-079afb3973dfc351f63efb8e42e889d030a0910d.tar.xz
wireguard-openbsd-079afb3973dfc351f63efb8e42e889d030a0910d.zip
Document the new daemon status check.
-rw-r--r--share/man/man8/daily.89
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man8/daily.8 b/share/man/man8/daily.8
index 591213803bb..d7cd0d7bb4e 100644
--- a/share/man/man8/daily.8
+++ b/share/man/man8/daily.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: daily.8,v 1.22 2015/07/24 15:29:52 jmc Exp $
+.\" $OpenBSD: daily.8,v 1.23 2016/01/28 15:57:01 schwarze Exp $
.\"
.\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -14,7 +14,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 24 2015 $
+.Dd $Mdocdate: January 28 2016 $
.Dt DAILY 8
.Os
.Sh NAME
@@ -109,6 +109,11 @@ for the mount options, e.g.
.Dl /dev/wd0j /altroot ffs xx 0 0
.El
.It
+Checks daemon status.
+Lists any daemons which are enabled in
+.Xr rc.conf.local 8
+but which are not actually running.
+.It
Checks disk status.
Reports on the amount of disk used/available via
.Xr df 1 .