1
1
Fork 0

walker: fix service stop killing child processes

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-25 15:28:14 -05:00
parent 7665a9a4cc
commit 3761b4ad89
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -116,5 +116,9 @@ in {
};
};
};
# HACK: Allow child processes to live, otherwise applications launched through service are killed on stop
# https://www.freedesktop.org/software/systemd/man/latest/systemd.kill.html#KillMode=
systemd.user.services.walker.Service.KillMode = "process";
};
}