mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-11-17 00:08:47 +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=${tmux_path} kill-server
|
||||
KillMode=none
|
||||
KillMode=control-group
|
||||
|
||||
RestartSec=2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user