From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v3] Add systemd socket launching support Date: Thu, 31 Mar 2016 19:32:45 +0300 Message-ID: <83io02vc9e.fsf@gnu.org> References: <874mbn7kmn.fsf@mattleach.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1459442014 17177 80.91.229.3 (31 Mar 2016 16:33:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2016 16:33:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Matthew Leach Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 31 18:33:17 2016 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 1alfX3-0003Ja-Mr for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2016 18:33:17 +0200 Original-Received: from localhost ([::1]:33313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alfX3-0006Ae-0B for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2016 12:33:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alfWn-0006AV-GK for emacs-devel@gnu.org; Thu, 31 Mar 2016 12:33:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alfWi-0007GR-Oe for emacs-devel@gnu.org; Thu, 31 Mar 2016 12:33:01 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alfWi-0007GN-Lg; Thu, 31 Mar 2016 12:32:56 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1824 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1alfWh-00081k-UW; Thu, 31 Mar 2016 12:32:56 -0400 In-reply-to: <874mbn7kmn.fsf@mattleach.net> (message from Matthew Leach on Wed, 30 Mar 2016 21:53:36 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:202507 Archived-At: > From: Matthew Leach > Cc: Eli Zaretskii > Date: Wed, 30 Mar 2016 21:53:36 +0100 > > Here is a new version of the systemd integration patches. This time > I've remembered to include the documentation updates. Thanks. It looks like the :use-systemd-socket argument is silently ignored if the socket is not available, or if Emacs wasn't compiled with libsystemd support, is that right? If so, the documentation should say so. > Speaking of which, I'm not sure whether I should include the below > unit samples as a guide for people that are wanting to a use > socket-activated Emacs server; I'm not sure whether it is > appropriate or where they should go. In the comments, and perhaps also in the Emacs user manual. > +++ > +** Emacs now has systemd support. This allows socket based > +activation, where systemd can invoke the Emacs process upon a > +socket connection and hand over the socket to Emacs. Emacs will > +use this socket for communicating with the emacsclient program. > +This can be disabled with the new configure option > +'--disable-systemd'. Would it be more appropriate to use "libsystemd" instead of "systemd" here?