Re: [systemd-devel] Can't make local user.conf work

2016-02-26 Thread Kok, Auke-jan H
On Thu, Feb 25, 2016 at 7:06 PM, Guido D'Arezzo wrote: > Hello, I’m trying to run user systemd services with DefaultEnvironment set > in a user.conf under $HOME/.config/systemd/ but it isn't being read. > The only .conf files I have seen being read are /etc/systemd/user.conf and > /etc/systemd/use

Re: [systemd-devel] Creating .service files for sets of similar services

2016-02-26 Thread Terry Burton
On 26 February 2016 at 14:14, Mantas Mikulėnas wrote: > On Fri, Feb 26, 2016 at 3:06 PM, Terry Burton wrote: >> I have an application that in part consists of a number of instances >> of similar processes (each with their own configuration and bound to >> neighbouring ports, etc.) >> >> I could c

Re: [systemd-devel] Creating .service files for sets of similar services

2016-02-26 Thread Mantas Mikulėnas
On Fri, Feb 26, 2016 at 3:06 PM, Terry Burton wrote: > Hi, > > I have an application that in part consists of a number of instances > of similar processes (each with their own configuration and bound to > neighbouring ports, etc.) > > I could create a .service file for each instance from a templa

[systemd-devel] Creating .service files for sets of similar services

2016-02-26 Thread Terry Burton
Hi, I have an application that in part consists of a number of instances of similar processes (each with their own configuration and bound to neighbouring ports, etc.) I could create a .service file for each instance from a template but I'm wondering whether systemd has some built-in way of handl

[systemd-devel] Handling memory in sd-bus

2016-02-26 Thread Iñigo Martínez
Hello, Recently I have noticed some memory leaks in a program I wrote that uses the sd-bus library for exposing a few properties and methods through D-Bus. After analyzing the memory use with valgrind, I have noticed some weird messages regarding my use of sd-bus API, and I'm not sure if I'm usin