From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: [RFC] Add a systemd service file for dealing with emacs --daemon. Date: Thu, 04 Dec 2014 15:04:29 +0100 Message-ID: <2677483.6TJVCnW4Hs@descartes> References: <5741989.eboZExnV48@descartes> <5628178.gi3dgk9OHo@descartes> <21631.65197.961969.61702@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1417701937 5908 80.91.229.3 (4 Dec 2014 14:05:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Dec 2014 14:05:37 +0000 (UTC) Cc: Ulrich Mueller To: emacs-devel@gnu.org, Romain Francoise Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 04 15:05:27 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XwX26-0004uC-RS for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2014 15:05:26 +0100 Original-Received: from localhost ([::1]:46048 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwX26-0006XK-AE for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2014 09:05:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwX1X-0006TK-R3 for emacs-devel@gnu.org; Thu, 04 Dec 2014 09:04:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwX1O-0002wi-KW for emacs-devel@gnu.org; Thu, 04 Dec 2014 09:04:51 -0500 Original-Received: from ptmx.org ([178.63.28.110]:34698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwX1O-0002wJ-EH for emacs-devel@gnu.org; Thu, 04 Dec 2014 09:04:42 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id 3A67C2D8DF; Thu, 4 Dec 2014 15:04:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xNJMCkGpad0a; Thu, 4 Dec 2014 15:04:37 +0100 (CET) Original-Received: from descartes.localnet (chello080109100138.16.15.univie.teleweb.at [80.109.100.138]) by ptmx.org (Postfix) with ESMTPSA id CBBC12C881; Thu, 4 Dec 2014 15:04:36 +0100 (CET) User-Agent: KMail/4.13.3 (Linux/3.13.0-40-generic; KDE/4.13.3; x86_64; ; ) In-Reply-To: <21631.65197.961969.61702@a1i15.kph.uni-mainz.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178822 Archived-At: On Thursday 04 December 2014 07:26:53 Ulrich Mueller wrote: > IIUC, a copy of the file is installed with the data-directory (etc/) > anyway? So the file will be available to the user, even if not > installed in the pkgconfig location. No, the data directory etc/ should not be automatically be installed anywhere. The emacs.service file is only generated and installed, if either pkgconfig provides the default location or the user explicitly sets it. > Alternatively, if there is users' demand for it, we (Gentoo) could > add the unit to another package (like app-emacs/emacs-common-gentoo > which contains the desktop files, or app-emacs/emacs-daemon). We try > to keep the number of files installed such at a minimum, though, and > follow upstream's install locations whereever possible. That probably makes sense.