From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hamzeh Nasajpour" Subject: shepherd as normal user Date: Fri, 04 Oct 2019 01:29:54 +0330 Message-ID: <7fe0ffe0-cbc3-480b-9d4d-b84d890a62a6@www.fastmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39425) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iG992-0002gy-RS for help-guix@gnu.org; Thu, 03 Oct 2019 18:00:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iG991-000221-Ak for help-guix@gnu.org; Thu, 03 Oct 2019 18:00:20 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:51721) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iG990-0001z0-Qg for help-guix@gnu.org; Thu, 03 Oct 2019 18:00:19 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 668D7748 for ; Thu, 3 Oct 2019 18:00:15 -0400 (EDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi, I'm going to run `shepherd` as a normal user automatically (at startup). How can I do that? I know the `shepherd` will be run as root with PID=1 in the init system, but I have some services that should be run by `shepherd` for normal users. Regards, Hamzeh