dde-application-manager/apps/app-launch-helper
ComixHe aca0531e85 fix: support ExecSearchPath to prevent systemd from not finding binaries
In NixOS, maintainer used a patch to modify the DEFAULT_PATH macro of systemd.
However, systemd can only find its own binaries under that path.
At this point, if you take the relative path of the binary as a parameter to StartTransientUnit,
systemd will use DEFAULT_PATH to look for the binary, which will cause systemd to not find it.

There may be other Linux distributions that change this path,
so add ExecSearchPath to prevent systemd from not finding the binary.

Signed-off-by: ComixHe <heyuming@deepin.org>
2024-02-02 17:58:43 +08:00
..
src fix: support ExecSearchPath to prevent systemd from not finding binaries 2024-02-02 17:58:43 +08:00
CMakeLists.txt refact: restructure project 2023-08-07 16:46:57 +08:00