From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: how to create and test a new service definition Date: Sat, 13 May 2017 12:06:24 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9TwS-0004mc-5P for guix-devel@gnu.org; Sat, 13 May 2017 06:06:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9TwR-0007OI-FK for guix-devel@gnu.org; Sat, 13 May 2017 06:06:28 -0400 Received: from mail-qt0-x231.google.com ([2607:f8b0:400d:c0d::231]:36314) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9TwR-0007ND-9n for guix-devel@gnu.org; Sat, 13 May 2017 06:06:27 -0400 Received: by mail-qt0-x231.google.com with SMTP id f55so15546837qta.3 for ; Sat, 13 May 2017 03:06:25 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel Hello, I want to define a new shepherd service, I've read the doc and wonder how I can test my new code. Is this documented somewhere ? I'm on guixsd in a qemu VM. Thanks -- Vincent Legoll