diff options
author | 2016-01-28 15:57:01 +0000 | |
---|---|---|
committer | 2016-01-28 15:57:01 +0000 | |
commit | 079afb3973dfc351f63efb8e42e889d030a0910d (patch) | |
tree | 82ef67a0572f78c35370416988dce643fe695437 | |
parent | Run "rcctl ls faulty", which is silent when all services work as expected. (diff) | |
download | wireguard-openbsd-079afb3973dfc351f63efb8e42e889d030a0910d.tar.xz wireguard-openbsd-079afb3973dfc351f63efb8e42e889d030a0910d.zip |
Document the new daemon status check.
-rw-r--r-- | share/man/man8/daily.8 | 9 |
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 . |