manager: remove systemd support
Why? Because it is dangerous to use. You'd have to run manager with root privileges to be able to spawn systemd services via DBus. There is an option to do the same with session instances of systemd, but that is unpackageable and pretty much unusable in production. We will therefore rely on supervisord, as it's support got much better recently.
Showing
- manager/knot_resolver_manager/kresd_controller/__init__.py 3 additions, 19 deletionsmanager/knot_resolver_manager/kresd_controller/__init__.py
- manager/knot_resolver_manager/kresd_controller/systemd/__init__.py 0 additions, 199 deletions...not_resolver_manager/kresd_controller/systemd/__init__.py
- manager/knot_resolver_manager/kresd_controller/systemd/dbus_api.py 0 additions, 355 deletions...not_resolver_manager/kresd_controller/systemd/dbus_api.py
- manager/poetry.lock 8 additions, 55 deletionsmanager/poetry.lock
- manager/pyproject.toml 0 additions, 2 deletionsmanager/pyproject.toml
- manager/setup.py 0 additions, 3 deletionsmanager/setup.py
Please register or sign in to comment