dde-application-manager/apps/app-launch-helper
black-desk 65b6c9eaf0 fix(launchHelper): set ExitType to cgroup
ExitType defaults to `main`, which means systemd will kill all processes
in the application cgroup when the "main" process exited.

This default behavior make applications like vscode which will always
daemonlize itself killed immediately by systemd, so we should set this
property to `cgroup` instead.

refer to https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExitType=

Signed-off-by: black-desk <me@black-desk.cn>
2023-08-22 11:42:13 +08:00
..
src fix(launchHelper): set ExitType to cgroup 2023-08-22 11:42:13 +08:00
CMakeLists.txt refact: restructure project 2023-08-07 16:46:57 +08:00