migrate from killmode=none to control-group

KillMode=None is deprecated and will be discontinued.
control-group seems like the right choice in that it can kill all
underlying services appropriately and then we can restart them when the
tmux service is restarted.
pull/102/head
mattkatz 2022-01-20 17:53:51 -05:00
parent 06ba783fc4
commit 7fbb8de5fb
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ template() {
ExecStop=${resurrect_save_script_path}
ExecStop=${tmux_path} kill-server
KillMode=none
KillMode=control-group
RestartSec=2