From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reza Alizadeh Majd Subject: User-Level services Date: Sun, 03 Feb 2019 18:46:30 +0330 Message-ID: <1549206990.3483392.1649820064.4E571E9E@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqJe0-0001A4-EK for help-guix@gnu.org; Sun, 03 Feb 2019 10:25:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqJVe-0007d4-EB for help-guix@gnu.org; Sun, 03 Feb 2019 10:16:39 -0500 Received: from wnew2-smtp.messagingengine.com ([64.147.123.27]:44521) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqJVd-0007VQ-Ok for help-guix@gnu.org; Sun, 03 Feb 2019 10:16:38 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailnew.west.internal (Postfix) with ESMTP id E35A31575 for ; Sun, 3 Feb 2019 10:16:31 -0500 (EST) 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 everyone, Is it possible to define a shepherd service based on user login sessions in Guix? I want to run an application as a daemon that is responsible for serving its services, separately for each user. Thanks, Reza