From 28dc71a192a726e4388c1c3a875f86fcbe9da088 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 10 Sep 2025 12:26:19 +0300 Subject: [PATCH] fix tmux service --- home/user/.config/systemd/user/tmux.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/user/.config/systemd/user/tmux.service b/home/user/.config/systemd/user/tmux.service index ee4bf96..e2cef08 100644 --- a/home/user/.config/systemd/user/tmux.service +++ b/home/user/.config/systemd/user/tmux.service @@ -8,7 +8,7 @@ Type=simple ExecStart=/usr/bin/tmux -D -L %u ExecStop=/usr/bin/tmux -L %u kill-server ExecReload=/usr/bin/tmux -L %u source-file %h/.config/tmux/tmux.conf -Restart=always +Restart=on-failure [Install] -WantedBy=default.target \ No newline at end of file +WantedBy=default.target