From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uCAvAnzEaF/tQwAA0tVLHw (envelope-from ) for ; Mon, 21 Sep 2020 15:19:24 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id IDW3OXvEaF9VKQAAB5/wlQ (envelope-from ) for ; Mon, 21 Sep 2020 15:19:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5AA0E940223 for ; Mon, 21 Sep 2020 15:19:23 +0000 (UTC) Received: from localhost ([::1]:38122 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kKNb7-0006od-6d for larch@yhetil.org; Mon, 21 Sep 2020 11:19:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKNat-0006o1-06 for help-guix@gnu.org; Mon, 21 Sep 2020 11:19:09 -0400 Received: from tobias.gr ([80.241.217.52]:55582) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKNan-0003ZA-Kd for help-guix@gnu.org; Mon, 21 Sep 2020 11:19:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=YJ8jkXPhX3AMpIwlm+mMWSQFHO/8OdGYrKbzpp25ozA=; h=references: in-reply-to:subject:cc:to:from:date; b=ZuHs5KInhJMqBRQyFLesB7XeJjYaCp5 PF7olN+Ij2/B3NPbnfggoBCULPkRj+8/VwSb7T/E7HEV4sNc+HnBvmqqsRVKqWhJRNHiX4 s4OQY/g1x7y6jRzuLbIlYqObuZ+uYj/YNGQd4S0M68KWQUQww+sGuL65i3SKOdntofQkt6 wqDohV2F0FVypTaqtVu8c6SCw2bb8BmyBjntmBMws9km9Fo6agdZOEKpca3Jl+bDJpetfI TlUPzWnTCXibgrojrBG/yOaAr9+azX/JQHGxTCDvvqxO1TWvTX11HTm8P/RO85HdrqDJJa FUiqCW9G1z3OyEF6GRM8tU47BJ18EFQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTP id 26f5cf61; Mon, 21 Sep 2020 15:18:54 +0000 (UTC) MIME-Version: 1.0 Date: Mon, 21 Sep 2020 17:18:54 +0200 From: Tobias Geerinckx-Rice To: Buttery Pancake Cc: help-guix@gnu.org Subject: Re: Shepherd User Services In-Reply-To: References: Message-ID: <1d8366fb0868bb6f944e77c89ee2cbc6@tobias.gr> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=80.241.217.52; envelope-from=me@tobias.gr; helo=tobias.gr X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/21 11:06:07 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=tobias.gr header.s=2018 header.b=ZuHs5KIn; dmarc=pass (policy=reject) header.from=tobias.gr; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: QOD7wVs0cDzs Hi again, On 2020-09-21 3:59, Buttery Pancake via wrote: > Yes, I started shepherd using `shepherd &` before herd invocation. But > that did not create the `/run/user/1000`. The system's (e)logind creates /run/user/nnn, not the user Shep. Are you running Guix System? If so, are you using elogind-service-type or %desktop-services? Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity.