Re: [systemd-devel] PATCH: fix logind on xen

2012-01-09 Thread Frederic Crozat
Le samedi 07 janvier 2012 à 00:21 +0100, Lennart Poettering a écrit : > On Fri, 06.01.12 23:17, Jan Engelhardt (jeng...@medozas.de) wrote: > > > >>>Where > > >>>does /dev/console point to? i.e. what is the contents of > > >>>/sys/class/tty/console/active if you do that? > > >> > > >> Sorry, I was

[systemd-devel] Using systemd as a session manager

2012-01-09 Thread Alessandro Delgado
Hello List, I would like to know if anybody knows something on using systemd as a session manager. What I mean as a session manager is something responsable for having some programs that I'd like to be running under certain circumpstances run under those. (e.g. nm-applet, xfcce4-power-manager, gn

Re: [systemd-devel] Using systemd as a session manager

2012-01-09 Thread Kay Sievers
On Mon, Jan 9, 2012 at 17:44, Alessandro Delgado wrote: > I would like to know if anybody knows something on using systemd as a > session manager. What I mean as a session manager is something responsable > for having some programs that I'd like to be running under certain > circumpstances run und

Re: [systemd-devel] Using systemd as a session manager

2012-01-09 Thread Alessandro Delgado
On Mon, Jan 9, 2012 at 2:51 PM, Kay Sievers wrote: > On Mon, Jan 9, 2012 at 17:44, Alessandro Delgado > wrote: > > I would like to know if anybody knows something on using systemd as a > > session manager. What I mean as a session manager is something > responsable > > for having some programs t

Re: [systemd-devel] Using systemd as a session manager

2012-01-09 Thread Kay Sievers
On Mon, Jan 9, 2012 at 21:29, Alessandro Delgado wrote: > On Mon, Jan 9, 2012 at 2:51 PM, Kay Sievers wrote: >> >> On Mon, Jan 9, 2012 at 17:44, Alessandro Delgado >> wrote: >> > I would like to know if anybody knows something on using systemd as a >> > session manager. What I mean as a session

[systemd-devel] We are working on Secure Container Applications.

2012-01-09 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The idea is to run multiple instances of the same application within a container. For example multiple Apache servers. I am working on a tool to create these containers, which will create a service unit file. # virt-sandbox-service create -e /usr/sb

Re: [systemd-devel] We are working on Secure Container Applications.

2012-01-09 Thread Jóhann B. Guðmundsson
On 01/09/2012 09:42 PM, Daniel J Walsh wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The idea is to run multiple instances of the same application within a container. For example multiple Apache servers. I am working on a tool to create these containers, which will create a service unit

Re: [systemd-devel] We are working on Secure Container Applications.

2012-01-09 Thread Lennart Poettering
On Mon, 09.01.12 16:42, Daniel J Walsh (dwa...@redhat.com) wrote: > The idea is to run multiple instances of the same application within a > container. For example multiple Apache servers. > > I am working on a tool to create these containers, which will create a > service unit file. > > # virt

Re: [systemd-devel] We are working on Secure Container Applications.

2012-01-09 Thread Lennart Poettering
On Mon, 09.01.12 23:26, "Jóhann B. Guðmundsson" (johan...@gmail.com) wrote: > >ReloadRequest: httpd.service > > > >Then anyone asking to reload the httpd.service would also cause the > >httpd_sandbox.service to get the reload. > > Hum should that not happen automatically when you BindTo a unit as

Re: [systemd-devel] We are working on Secure Container Applications.

2012-01-09 Thread Jóhann B. Guðmundsson
On 01/10/2012 02:38 AM, Lennart Poettering wrote: To make this easy I'll extend the D-Bus logic a bit so that "systemctl stopquux@.service" (i.e. without an instance part in the name) will stop all instances of that template. I added this to the TODO list now, both should be available in not s