From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brice Waegeneire Subject: bug#36698: shepherd: list-actions not implemented Date: Tue, 31 Mar 2020 19:43:36 +0000 Message-ID: <7687ae32f92bba7b61b53b09ad2124c0@waegenei.re> References: <20190716152611.016f4ca4@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41385) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJMnr-0006gW-2r for bug-guix@gnu.org; Tue, 31 Mar 2020 15:44:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJMnq-0002jm-6Y for bug-guix@gnu.org; Tue, 31 Mar 2020 15:44:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53733) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJMnq-0002jc-37 for bug-guix@gnu.org; Tue, 31 Mar 2020 15:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJMnp-0000Ra-SU for bug-guix@gnu.org; Tue, 31 Mar 2020 15:44:01 -0400 In-Reply-To: <20190716152611.016f4ca4@gmail.com> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 36698@debbugs.gnu.org > I am curious about what actions are implemented in the system services > on my GuixSD install. I try something like the following for the > different system services and get an error: > > jesse@piranhaplant ~$ sudo herd list-actions term-tty6 > Password: > herd: service 'term-tty6' does not have an action 'list-actions' The documentation has been updated in d5da712a5605a0cdaa4cf3bd64621a95a54520c0 to clarify the use of 'list-actions' and there is an example on how to use it. # herd doc term-tty6 list-actions term-tty6 () # herd doc root list-actions root (help status halt power-off load eval unload reload daemonize persistency no-persistency cd restart) This bug should be closed.