Skip to content

Commit 26afaff

Browse files
authored
Merge pull request #109 from mattkatz/fix-systemd-control-group
For systemd, migrate from killmode=none to control-group
2 parents bb4832c + 514093f commit 26afaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/handle_tmux_automatic_start/systemd_enable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ template() {
2828
2929
ExecStop=${resurrect_save_script_path}
3030
ExecStop=${tmux_path} kill-server
31-
KillMode=none
31+
KillMode=control-group
3232
3333
RestartSec=2
3434

0 commit comments

Comments
 (0)