1
1
Fork 0

nautilus: workaround for processes killed on close

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-22 11:52:16 -06:00
parent 329bbf9964
commit 78403f4dec
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -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";
};
};