From 6ae3e61d1ddf2e4d388a06a3676f9ee3cf9d85f8 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 26 Nov 2023 07:01:13 +0000 Subject: [PATCH] sxmo: doc: dedupe_lisgd --- hosts/modules/gui/sxmo/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/modules/gui/sxmo/default.nix b/hosts/modules/gui/sxmo/default.nix index aa562298..15c6c9f2 100644 --- a/hosts/modules/gui/sxmo/default.nix +++ b/hosts/modules/gui/sxmo/default.nix @@ -509,6 +509,7 @@ in # the fallout of this is that during intense lag (e.g. OOM or swapping) it can # start the service many times. # see + # startTimerDuration = 100 * time.Millisecond # TODO: better fix may be to patch `sxmo_hook_lisgdstart.sh` and force it to behave as a singleton # systemd.services."dedupe-sxmo-lisgd" = { # description = "kill duplicate lisgd processes started by superd";