systemd / pystemd

A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.
GNU Lesser General Public License v2.1
409 stars 36 forks source link

How to monitoring several services with signals? #61

Open Stefal opened 3 years ago

Stefal commented 3 years ago

Hi!

After reading #7 and https://github.com/facebookincubator/pystemd/blob/master/examples/monitor_from_signal.py, I'm trying to monitor changes on several services simultaneously, but It's a fail. Is it possible ? Could somebody help me?