From 28a76630149b9029216e31090f44155550f9211d Mon Sep 17 00:00:00 2001 From: aguy tech Date: Tue, 24 Nov 2020 09:57:51 +0100 Subject: [PATCH] systemd-enable: modify the property type to 'mixed' to disable systemd alert --- scripts/handle_tmux_automatic_start/systemd_enable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/handle_tmux_automatic_start/systemd_enable.sh b/scripts/handle_tmux_automatic_start/systemd_enable.sh index 390f44b..80476b9 100755 --- a/scripts/handle_tmux_automatic_start/systemd_enable.sh +++ b/scripts/handle_tmux_automatic_start/systemd_enable.sh @@ -24,7 +24,7 @@ template() { ExecStop=${HOME}/.tmux/plugins/tmux-resurrect/scripts/save.sh ExecStop=/usr/bin/tmux kill-server - KillMode=none + KillMode=mixed RestartSec=2