commit: 553799400218903ab495d1154a41c6d8890cb752 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Jun 23 12:40:45 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Jun 23 22:46:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=55379940
man: Document the procname variable for openrc-run X-Gentoo-Bug: 586794 X-Gentoo-Bug-URL: https://bugs.gentoo.org/586794 man/openrc-run.8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/openrc-run.8 b/man/openrc-run.8 index be15d59..3d78d98 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
