python-systemd icon indicating copy to clipboard operation
python-systemd copied to clipboard

python-systemd python wrapper for systemd system and session manager dbus interfaces

Results 6 python-systemd issues
Sort by recently updated
recently updated
newest added

The repo shows v0.1, but pypi has v0.0.3. Could you update pypi?

Is there any dependency on some dbus module? If so, which one? Thanks! ``` ----> 1 from systemd_dbus.manager import Manager /home/marss/python-systemd/systemd_dbus/manager.py in () 18 # 19 ---> 20 import dbus...

When running a command (start or stop), I sometimes get an exception. This happens on an ARM embedded system. I think that in my situation, the Job is already done...

installed with pip3 install python-systemd-dbus from systemd_dbus.manager import Manager Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.4/site-packages/systemd_dbus/manager.py", line 23, in from systemd_dbus.unit import Unit, Service File...

SystemD ships with its own systemd python module which causes conflicts. Is it possible to rename this project? I find it extremely useful and would love not to resort to...