Re: [PATCH xdm] Support reloading xdm through systemd.

2012-04-10 Thread Alan Coopersmith
On 04/10/12 12:16 AM, Michał Górny wrote: > On Fri, 30 Dec 2011 15:20:25 -0500 > Gaetan Nadon wrote: > >>> In the meantime, currently the officially supported way of doing >>> this is through calling /bin/kill. Maybe it will become some kind >>> of virtual alias at some point. >> Otherwise a lot

Re: [PATCH xdm] Support reloading xdm through systemd.

2012-04-10 Thread Michał Górny
On Fri, 30 Dec 2011 15:20:25 -0500 Gaetan Nadon wrote: > > In the meantime, currently the officially supported way of doing > > this is through calling /bin/kill. Maybe it will become some kind > > of virtual alias at some point. > Otherwise a lot of things will break. Keep an eye on it. If need

Re: [PATCH xdm] Support reloading xdm through systemd.

2011-12-30 Thread Alan Coopersmith
On 12/30/11 10:54, Gaetan Nadon wrote: +ExecReload=/bin/kill -HUP $MAINPID /bin/kill works on all platforms? There are 50,000 hits on google about /usr/bin/kill. One of them for Oracle: http://docs.oracle.com/cd/E19082-01/819-2239/kill-1/index.html /bin has been a symlink to /usr/bin on Solar

Re: [PATCH xdm] Support reloading xdm through systemd.

2011-12-30 Thread Gaetan Nadon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11-12-30 02:52 PM, Michał Górny wrote: > On Fri, 30 Dec 2011 19:09:26 + > Daniel Stone wrote: > >> On 30 December 2011 18:54, Gaetan Nadon wrote: >>> /bin/kill works on all platforms? There are 50,000 hits on google >>> about /usr/bin/kill. >

Re: [PATCH xdm] Support reloading xdm through systemd.

2011-12-30 Thread Michał Górny
On Fri, 30 Dec 2011 19:09:26 + Daniel Stone wrote: > On 30 December 2011 18:54, Gaetan Nadon wrote: > > /bin/kill works on all platforms? There are 50,000 hits on google > > about /usr/bin/kill. > > One of them for Oracle: > > No matter, systemd is (very) Linux-only. On the other hand, Fed

Re: [PATCH xdm] Support reloading xdm through systemd.

2011-12-30 Thread Gaetan Nadon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11-12-30 02:09 PM, Daniel Stone wrote: > Hi, > > On 30 December 2011 18:54, Gaetan Nadon wrote: >> /bin/kill works on all platforms? There are 50,000 hits on google about >> /usr/bin/kill. >> One of them for Oracle: > > No matter, systemd is (very

Re: [PATCH xdm] Support reloading xdm through systemd.

2011-12-30 Thread Julien Cristau
On Wed, Dec 28, 2011 at 16:37:34 +0100, Michał Górny wrote: > Signed-off-by: Michał Górny > --- > xdm.service.in |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/xdm.service.in b/xdm.service.in > index e782dd9..cf703c6 100644 > --- a/xdm.service.in > +++ b/xdm.servi

Re: [PATCH xdm] Support reloading xdm through systemd.

2011-12-30 Thread Daniel Stone
Hi, On 30 December 2011 18:54, Gaetan Nadon wrote: > /bin/kill works on all platforms? There are 50,000 hits on google about > /usr/bin/kill. > One of them for Oracle: No matter, systemd is (very) Linux-only. Cheers, Daniel ___ xorg-devel@lists.x.org:

Re: [PATCH xdm] Support reloading xdm through systemd.

2011-12-30 Thread Gaetan Nadon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11-12-28 10:37 AM, Michał Górny wrote: > Signed-off-by: Michał Górny > --- > xdm.service.in | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/xdm.service.in b/xdm.service.in > index e782dd9..cf703c6 100644 > --- a/xdm.servi

[PATCH xdm] Support reloading xdm through systemd.

2011-12-28 Thread Michał Górny
Signed-off-by: Michał Górny --- xdm.service.in |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/xdm.service.in b/xdm.service.in index e782dd9..cf703c6 100644 --- a/xdm.service.in +++ b/xdm.service.in @@ -4,6 +4,7 @@ After=systemd-user-sessions.service [Service] ExecSta