Administrative operation with python binding
GreatBahram opened this issue · 2 comments
GreatBahram commented
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
keszybz commented
Those are done over dbus, which this module doesn't support at all. https://github.com/facebookincubator/pystemd is more appropriate.
GreatBahram commented
Thanks