define semantics for a non-absolute Exec in .service files
@rhabacker
Submitted by Ralf Habacker Assigned to D-Bus Maintainers
Description
Created attachment 54653 use install root as base for relative pathes
Starting dbus service executables on windows are processed with CreateProcess.
On windows installations it is required to use relative pathes for service executables because install pathes may change.
According to http://msdn.microsoft.com/en-us/library/windows/desktop/ms682425%28v=vs.85%29.aspx
when using relatives pathes, the base path is determined from
- The directory from which the application loaded
- The current directory for the parent process. ..
The appended patch fixes this issue.
Patch 54653, "use install root as base for relative pathes":
0001-use-install-root-as-base-path-for-relative-pathes-in.patch
Version: 1.5