From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BD9AA138CD8 for ; Wed, 27 May 2015 19:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 645DDE0828; Wed, 27 May 2015 19:15:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FAB3E0828 for ; Wed, 27 May 2015 19:15:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5647E340DD4 for ; Wed, 27 May 2015 19:15:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4D7C9FB for ; Wed, 27 May 2015 19:15:40 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1432753785.bcb9c44e73ccf332c7c961a6f82520699c6e776d.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: man/ X-VCS-Repository: proj/openrc X-VCS-Files: man/openrc-run.8 X-VCS-Directories: man/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: bcb9c44e73ccf332c7c961a6f82520699c6e776d X-VCS-Branch: master Date: Wed, 27 May 2015 19:15:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c04f1101-e209-47aa-8544-71e899249c9c X-Archives-Hash: d728b61eeadbf26df5450689aa1e4c63 commit: bcb9c44e73ccf332c7c961a6f82520699c6e776d Author: Mike Gilbert gentoo org> AuthorDate: Tue May 19 01:23:11 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed May 27 19:09:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=bcb9c44e man: Document the stopsig variable This variable can be used to set the signal to send if the service is using start-stop-daemon. This fixes #56 man/openrc-run.8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/openrc-run.8 b/man/openrc-run.8 index f08ad79..4637fd0 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -141,6 +141,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 stopsig +Signal to send when stopping the daemon. .It Ar retry Retry schedule to use when stopping the daemon. It can either be a timeout in seconds or multiple signal/timeout pairs (like SIGTERM/5).