Skycoder42 / QtService

A platform independent library to easily create system services and use some of their features

Home Page:https://skycoder42.github.io/QtService/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't set a dbus object path - fixed value

skovatch opened this issue · comments

In the systemd implementation there is a hard-coded dbus object path:

const QString SystemdServiceBackend::DBusObjectPath = QStringLiteral("/de/skycoder42/QtService/SystemdServiceBackend");

I can't see any way to change this. Can this be changed into a property so I can override/set it?

Feel free to create a PR to make this configurable