commit 53215efd838aa0bbb1c2c9092fa8638e7580c897 parent f3f7af50a0c97aa224bb009d308d5a1027c1ff66 Author: Chris Down <chris@chrisdown.name> Date: Wed, 14 Oct 2020 12:51:06 +0100 init: Add TimeoutStopSec Diffstat:
M | init/clipmenud.service | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/init/clipmenud.service b/init/clipmenud.service @@ -13,5 +13,9 @@ ProtectKernelTunables=yes RestrictAddressFamilies= RestrictRealtime=yes +# We don't need to do any clean up, so if something hangs (borked xclip, etc), +# it's going to stay that way. Just forcefully kill and get it over with. +TimeoutStopSec=2 + [Install] WantedBy=default.target