Merge pull request #109 from mattkatz/fix-systemd-control-group

For systemd, migrate from killmode=none to control-group
pull/112/head
Bruno Sutic 2022-06-11 13:21:57 +02:00 committed by GitHub
commit 26afaffb2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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