From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 02 12:39:09 2021 Received: (at 50967) by debbugs.gnu.org; 2 Oct 2021 16:39:09 +0000 Received: from localhost ([127.0.0.1]:60432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWi2X-0008HV-Es for submit@debbugs.gnu.org; Sat, 02 Oct 2021 12:39:09 -0400 Received: from mail-lf1-f46.google.com ([209.85.167.46]:33420) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWi2O-0008Et-Jj for 50967@debbugs.gnu.org; Sat, 02 Oct 2021 12:39:01 -0400 Received: by mail-lf1-f46.google.com with SMTP id y23so12429737lfb.0 for <50967@debbugs.gnu.org>; Sat, 02 Oct 2021 09:39:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=14ds3EnoShi4zhByGnGXDzkJUj7LZfV1ZBU89ZlquH8=; b=mKynSVpA+CaSU0+Dcyky9KhF1Vs8NYcLayBV0ClsItF0KL1GyeOC9i34sLZ8CMOVEV ieszLvWcxyIojtaCfmN9BzzCuU4dkggdR7tdx6aF9LKLXdyCKVifwMXbZeyy0GklN69h 1o1JaEaxIxyfygn2HPM9CasJ81FbMLG8vrESusCV4IYBVZS7Gpg84VIWiSRsPnisA94q VXsZWZpf89ivkfOqa5nVPwbSuIS9AvJY1k+UQ/bLxd9WXVW/mrCzyn0+u5TZ9ZQyw9Gt HetU8FJDKrj/5n2veLQmQrS/tTSb0iHP77GoPniLBDk2xWDZK/uVMKJ4D1zeXhp6LrrY F5Cg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=14ds3EnoShi4zhByGnGXDzkJUj7LZfV1ZBU89ZlquH8=; b=KRREBlx/CNY9j0M7ki4v2mJxe6xZ8lOVyIR6oxGj8Dml/np+2/h6jpcGOaNCdGoLdB 0sR4GQvgJlqv+2vQqjBQMLMD7kwzEgGNm17AIdWvXS6gPN3EWanOhcdyM7g2LRqG6rF1 5SC9WM4nCxGQvEXiCaw7LjQ15GfOAxtLXONwAwjKtYAmWViN6wAg9QUYSQ97/rRTGizS daHvGnMDwAhm+VjT9J8e/sjStnxYuxFUpT1hOm9xJinvQ4XSif2LbM0tZ9mkk9T8rV1S egEzd2meOWONQ07JZdmv7FUYXCvBPQxvZFwwnn6k4uvkXpsblELpe1BG2GVbDRe1jutr fClQ== X-Gm-Message-State: AOAM533uC6m7t2JEgQuzVUJnCbCkXrDAJQw5bg8IH4PWNd53Ssje47TF PcRVitdEh04jnWVtMvKSe/ICvxljHT4= X-Google-Smtp-Source: ABdhPJwjtgj4K8sVAAO3FOdrvQNU7fWH+ntCsqXRJZz9N/FVzsMSBYdISfc1jdd0uJ+AWm8gPkAHiw== X-Received: by 2002:a2e:9ad7:: with SMTP id p23mr4545501ljj.527.1633192734614; Sat, 02 Oct 2021 09:38:54 -0700 (PDT) Received: from localhost.localdomain ([88.201.161.72]) by smtp.gmail.com with ESMTPSA id h11sm1081487lfc.297.2021.10.02.09.38.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Oct 2021 09:38:54 -0700 (PDT) From: Oleg Pykhalov To: 50967@debbugs.gnu.org Subject: [PATCH 09/14] gnu: home-services: Move mcron to (gnu home services). Date: Sat, 2 Oct 2021 19:38:29 +0300 Message-Id: <20211002163834.29583-9-go.wigust@gmail.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211002163834.29583-1-go.wigust@gmail.com> References: <20211002163834.29583-1-go.wigust@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50967 Cc: Oleg Pykhalov X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/home-services/mcron.scm: Move to gnu/home/services/mcron.scm. * gnu/local.mk: Same. * doc/guix.texi: Replace (gnu home-services mcron) with (gnu home services mcron). --- doc/guix.texi | 2 +- gnu/{home-services => home/services}/mcron.scm | 2 +- gnu/local.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename gnu/{home-services => home/services}/mcron.scm (99%) diff --git a/doc/guix.texi b/doc/guix.texi index a72a726b54..8edbcd4edf 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -35810,7 +35810,7 @@ for example). @cindex mcron @cindex scheduling jobs -The @code{(gnu home-services mcron)} module provides an interface to +The @code{(gnu home services mcron)} module provides an interface to GNU@tie{}mcron, a daemon to run jobs at scheduled times (@pxref{Top,,, mcron, GNU@tie{}mcron}). The information about system's mcron is applicable here (@pxref{Scheduled Job Execution}), the only difference diff --git a/gnu/home-services/mcron.scm b/gnu/home/services/mcron.scm similarity index 99% rename from gnu/home-services/mcron.scm rename to gnu/home/services/mcron.scm index fb044351a9..cc6faac47f 100644 --- a/gnu/home-services/mcron.scm +++ b/gnu/home/services/mcron.scm @@ -17,7 +17,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . -(define-module (gnu home-services mcron) +(define-module (gnu home services mcron) #:use-module (gnu packages guile-xyz) #:use-module (gnu home-services) #:use-module (gnu services shepherd) diff --git a/gnu/local.mk b/gnu/local.mk index 5e3722a2d8..5e8b769ce9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -80,7 +80,7 @@ GNU_SYSTEM_MODULES = \ %D%/home/services/configuration.scm \ %D%/home/services/shells.scm \ %D%/home/services/shepherd.scm \ - %D%/home-services/mcron.scm \ + %D%/home/services/mcron.scm \ %D%/home/services/utils.scm \ %D%/home/services/xdg.scm \ %D%/image.scm \ -- 2.33.0