diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-06-23 08:40:45 -0400 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-06-23 17:46:11 -0500 |
commit | 553799400218903ab495d1154a41c6d8890cb752 (patch) | |
tree | 20869e580271e3340f0aa7b953dcf122c257ab9a | |
parent | 5af5d12f3e56f9f2ff232d124d27c856fd66f551 (diff) |
man: Document the procname variable for openrc-run
X-Gentoo-Bug: 586794
X-Gentoo-Bug-URL: https://bugs.gentoo.org/586794
-rw-r--r-- | man/openrc-run.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8 index be15d595..3d78d988 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -143,6 +143,8 @@ will chroot into this path before writing the pid file or starting the daemon. Pidfile to use for the above defined command. .It Ar name Display name used for the above defined command. +.It Ar procname +Process name to match when signaling the daemon. .It Ar stopsig Signal to send when stopping the daemon. .It Ar retry |