pystemd icon indicating copy to clipboard operation
pystemd copied to clipboard

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.

Results 14 pystemd issues
Sort by recently updated
recently updated
newest added

Hello, I dug through the code and couldn't find an enable command. Is there an ability to enable a service so it comes up on reboot? This is specifically for...

In my project I needed a way to handle systemctl signals gracefully so I decided to use psystemd. Other alternatives did not perform properly. My main goal is to convert...

fixes this: ```py >>> bus = pystemd.dbuslib.DBusRemote(b'myhost') >>> bus.open() Traceback (most recent call last): File "", line 1, in File "pystemd/dbuslib.pyx", line 303, in pystemd.dbuslib.DBus.open rets = self.open_dbus_bus() File "pystemd/dbuslib.pyx",...

this excludes *.c & *.pyx in the wheel, but still includes them in the source tarball.

Hello there, I was reading the document of this project, and, interestingly, I couldn't find any way to restart or start a service? Any suggestions? Could you update your documents,...

I cannot find any example on how to enable/disable units. Can someone elaborate on how this can be done using this lib? I can see there is a function called...

When running mypy on a script that uses this package, I get: > error: Skipping analyzing "pystemd.systemd1": module is installed, but missing library stubs or py.typed marker [import] > note:...

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?

https://pypi.org/project/pystemd links to https://pypi.org/project/pystemd/_docs/centos7.md