nautilus: workaround for processes killed on close
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
329bbf9964
commit
78403f4dec
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ in {
|
|||
ExecStop = "${nautilus} --quit";
|
||||
Restart = "always"; #!! Benign exceptions cause nautilus to exit
|
||||
Type = "dbus";
|
||||
|
||||
# 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=
|
||||
KillMode = "process";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue