Skip to content

Commit

Permalink
Added systemd service interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
RamasyaR authored and bernhardkaindl committed Jul 17, 2023
1 parent f9b30d6 commit ec5d588
Show file tree
Hide file tree
Showing 6 changed files with 3,775 additions and 6 deletions.
6 changes: 4 additions & 2 deletions sdbus_async/systemd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
from .interfaces import SystemdInterfaceAsync, SystemdUnitInterfaceAsync
from .objects import Systemd, SystemdUnit
from .interfaces import SystemdInterfaceAsync, SystemdServiceInterfaceAsync, SystemdUnitInterfaceAsync
from .objects import Systemd, SystemdService, SystemdUnit

__all__ = [
"SystemdInterfaceAsync",
"SystemdServiceInterfaceAsync",
"SystemdService"
"SystemdUnitInterfaceAsync",
"SystemdUnit",
"Systemd",
Expand Down
Loading

0 comments on commit ec5d588

Please sign in to comment.