dde-application-manager/apps/app-launch-helper/src
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
..
CMakeLists.txt feat: watch systemd unit new and remove to sync state 2023-08-14 13:39:05 +08:00
main.cpp fix(launchHelper): set ExitType to cgroup 2023-08-22 11:42:13 +08:00