Is there a detail description to building the source except README?
"./configure "
"make"
"make install "
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
On Mon, 30.11.15 21:51, P.R.Dinesh (pr.din...@gmail.com) wrote:
> I want to restart any of my daemons (controlled by systemd) on
> Failure/Crash.
>
> I can do this individually by setting the Restart=on-failure in the daemon
> specific service file. But I want a global configuration by which we
Hi:
I have a service I've created, and it has a command that starts it (one
shot) and then two commands it tries to run after starting.
The oneshot command I want run is run correctly, but the two optional
startup commands, both prefaced with a minus sign ("-"), are not
present. Something like th
I want to restart any of my daemons (controlled by systemd) on
Failure/Crash.
I can do this individually by setting the Restart=on-failure in the daemon
specific service file. But I want a global configuration by which we can
instruct the systemd to restart any service when it crashes.
Could yo
Hi
I hope this is the correct mailing list in which to ask this, otherwise
I apologize and please direct me to where I shall ask this question.
I have asked this on the oFono mailing list but it has gone unanswered,
so I am trying my luck here, hoping that someone might be able to point
me to
I'm contributing with some DM projects (LightDM, SDDM) in order to provide
full systemd-logind multi-seat support. IMHO the most challenging part is
monitoring seat's property CanGraphical an reacting properly when this
property changes.
If I understand systemd-logind code correctly, a seat will o