aboutsummaryrefslogtreecommitdiff
path: root/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'service.py')
-rwxr-xr-xservice.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/service.py b/service.py
index 7c056fa..807f53d 100755
--- a/service.py
+++ b/service.py
@@ -47,8 +47,8 @@ from trigger import TriggerServerThread
ALLOW_ONLY_ONE_SESSION = True
-class RWAService(dbus.service.Object):
- """D-Bus Session Service for RWA.
+class RWASupportSessionService(dbus.service.Object):
+ """D-Bus Session Service for RWA.Support.
D-Bus namespace: ``org.ArcticaProject.RWASupportSessionService``
@@ -323,7 +323,7 @@ if __name__ == "__main__":
dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
loop = GLib.MainLoop()
- object = RWAService(loop, mockup_mode, one_time)
+ object = RWASupportSessionService(loop, mockup_mode, one_time)
def signal_handler(sig, frame):
logging.info("Service was terminated.")