walker: fix service stop killing child processes
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
7665a9a4cc
commit
3761b4ad89
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue