systemd/python-systemd

Administrative operation with python binding

GreatBahram opened this issue · 2 comments

Hello there,

How can I do the administrative operations with this binding? For instance, logrotate, or other things that journalctl can do like vacuum-size or vacuum-time?

Thanks

Those are done over dbus, which this module doesn't support at all. https://github.com/facebookincubator/pystemd is more appropriate.

Thanks