You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a systemd wrapper in python and I came across this awesome tool, but there is no clear documentation for controlling daemons and services (starting , restarting, stopping, enabling, disabling ). is there any way to do this? or it is yet to be implemented?
Judging from the source code, this is a native API to the systemd with C, if this is the case it should be completely doable.
any ideas?