From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] MPD: Install systemd service files Date: Thu, 29 Dec 2016 11:34:12 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cMdf4-00065I-4b for guix-devel@gnu.org; Thu, 29 Dec 2016 11:34:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cMdf1-0001np-2A for guix-devel@gnu.org; Thu, 29 Dec 2016 11:34:38 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:54470) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cMdf0-0001mJ-SY for guix-devel@gnu.org; Thu, 29 Dec 2016 11:34:35 -0500 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id B0D9F7E8C0 for ; Thu, 29 Dec 2016 11:34:33 -0500 (EST) 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@gnu.org I noticed that MPD 0.19.21 adds a systemd service file for unprivileged users: http://git.musicpd.org/cgit/master/mpd.git/plain/NEWS?h=v0.19.21 It works for me! This patch installs both the privileged and unprivileged service files. I wonder, is this installation path correct? Should they be at ~/.guix-profile/etc/systemd[...] (my patch does this) or should the path be "namespaced" to MPD, like this: ~/.guix-profile/etc/mpd/systemd[...] ? Leo Famulari (1): gnu: mpd: Install systemd service files. gnu/packages/mpd.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 2.11.0