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
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
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
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
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