Talk:WeeChat

From ArchWiki
Latest comment: 29 May 2021 by Danielsouzat in topic Gracious shutdown using tmux service

Gracious shutdown using tmux service

As the session is killed, non saved settings and state of joined channels for autojoin script will be lost on stop/restart. An alternative is to:

ExecStop=/usr/bin/killall -s 15 weechat; /usr/bin/tmux -L weechat kill-session

-- Danielsouzat (talk) 22:33, 29 May 2021 (UTC)Reply