From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#36698: shepherd: list-actions not implemented Date: Tue, 16 Jul 2019 15:26:11 -0600 Message-ID: <20190716152611.016f4ca4@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56132) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnUyV-00030f-5y for bug-guix@gnu.org; Tue, 16 Jul 2019 17:27:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnUyU-0001tL-4L for bug-guix@gnu.org; Tue, 16 Jul 2019 17:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42441) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnUyU-0001tD-0k for bug-guix@gnu.org; Tue, 16 Jul 2019 17:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hnUyT-00006I-Qz for bug-guix@gnu.org; Tue, 16 Jul 2019 17:27:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:55984) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnUxm-0002x4-TR for bug-guix@gnu.org; Tue, 16 Jul 2019 17:26:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnUxl-00012D-TL for bug-guix@gnu.org; Tue, 16 Jul 2019 17:26:18 -0400 Received: from mail-pg1-x529.google.com ([2607:f8b0:4864:20::529]:40342) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnUxl-00011M-KH for bug-guix@gnu.org; Tue, 16 Jul 2019 17:26:17 -0400 Received: by mail-pg1-x529.google.com with SMTP id w10so10059268pgj.7 for ; Tue, 16 Jul 2019 14:26:17 -0700 (PDT) Received: from localhost ([199.68.53.171]) by smtp.gmail.com with ESMTPSA id 201sm28922400pfz.24.2019.07.16.14.26.13 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 16 Jul 2019 14:26:14 -0700 (PDT) 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.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' Based on what the manual says[1], the 'list-actions' action should be a special action of every service, so I would expect it to at least either list the default actions status, start, stop, enable, disable, etc. or display a message that there are no custom actions defined for the named service. Surprisingly I could not find anything related to this in the archives. [1] https://www.gnu.org/software/shepherd/manual/html_node/Jump-Start.html