mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-12-22 15:48:50 +00:00
Merge pull request #109 from mattkatz/fix-systemd-control-group
For systemd, migrate from killmode=none to control-group
This commit is contained in:
commit
26afaffb2c
@ -28,7 +28,7 @@ template() {
|
|||||||
|
|
||||||
ExecStop=${resurrect_save_script_path}
|
ExecStop=${resurrect_save_script_path}
|
||||||
ExecStop=${tmux_path} kill-server
|
ExecStop=${tmux_path} kill-server
|
||||||
KillMode=none
|
KillMode=control-group
|
||||||
|
|
||||||
RestartSec=2
|
RestartSec=2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user