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

For systemd, migrate from killmode=none to control-group
This commit is contained in:
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

View File

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