refactor(dbus): Move simple_systemd to systemd_helper

Moved the `simple_systemd` function to a dedicated `systemd_helper`
module to improve code organization and reusability. Updated imports
accordingly in affected files.

Signed-off-by: Sven Sager <s.sager@kunbus.com>
This commit is contained in:
Sven Sager
2025-05-27 09:38:53 +02:00
parent 32574e0815
commit d2e2f1c7f3
3 changed files with 133 additions and 95 deletions

View File

@@ -16,7 +16,6 @@ from .revpi_config import (
configure_external_antenna,
configure_gui,
configure_wlan,
simple_systemd,
)
from ..dbus_helper import DbusInterface