Re: [systemd-devel] Some useful patches

2014-03-28 Thread Kay Sievers
On Fri, Mar 28, 2014 at 7:38 PM, Hristo Venev wrote: > On Fri, 2014-03-28 at 19:06 +0100, Kay Sievers wrote: >> On Fri, Mar 28, 2014 at 6:38 PM, Hristo Venev wrote: >> > The first patch moves the user generator directories to XDG_RUNTIME_DIR. >> > This >> > way the path for the generator directo

Re: [systemd-devel] Some useful patches

2014-03-28 Thread Hristo Venev
On Fri, 2014-03-28 at 19:06 +0100, Kay Sievers wrote: > On Fri, Mar 28, 2014 at 6:38 PM, Hristo Venev wrote: > > The first patch moves the user generator directories to XDG_RUNTIME_DIR. > > This > > way the path for the generator directories is always under the manager's > > runtime prefix. Consi

Re: [systemd-devel] Some useful patches

2014-03-28 Thread Kay Sievers
On Fri, Mar 28, 2014 at 6:38 PM, Hristo Venev wrote: > The first patch moves the user generator directories to XDG_RUNTIME_DIR. This > way the path for the generator directories is always under the manager's > runtime prefix. Consistency and code size. > > The second patch moves the transient user

[systemd-devel] Some useful patches

2014-03-28 Thread Hristo Venev
The first patch moves the user generator directories to XDG_RUNTIME_DIR. This way the path for the generator directories is always under the manager's runtime prefix. Consistency and code size. The second patch moves the transient user units to XDG_RUNTIME_DIR. This way they are deleted on reboot