diff options
Diffstat (limited to 'modules/ECMGenerateDBusServiceFile.cmake')
-rw-r--r-- | modules/ECMGenerateDBusServiceFile.cmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/ECMGenerateDBusServiceFile.cmake b/modules/ECMGenerateDBusServiceFile.cmake index f3c7dd8a..6efdd95d 100644 --- a/modules/ECMGenerateDBusServiceFile.cmake +++ b/modules/ECMGenerateDBusServiceFile.cmake @@ -26,8 +26,9 @@ in the relevant D-Bus config location. This filename can be customized with RENA ``<executable>`` must be an absolute path to the installed service executable. When using it with :kde-module:`KDEInstallDirs` it needs to be the ``_FULL_`` variant of the path variable. -Note: On Windows, the macro will only use the file name part of ``<executable>`` since D-Bus -service executables are to be installed in the same directory as the D-Bus daemon. +.. note:: + On Windows, the macro will only use the file name part of ``<executable>`` since D-Bus + service executables are to be installed in the same directory as the D-Bus daemon. Optionally, a ``<systemd service>`` can be specified to launch the corresponding systemd service instead of the ``<executable>`` if the D-Bus daemon is started by systemd. |