We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d21e477 + 438e50d commit 499b6a7Copy full SHA for 499b6a7
scripts/handle_tmux_automatic_start/systemd_enable.sh
@@ -21,7 +21,7 @@ template() {
21
Environment=DISPLAY=:0
22
ExecStart=/usr/bin/tmux ${systemd_tmux_server_start_cmd}
23
24
- ExecStop=/home/peteches/.tmux/plugins/tmux-resurrect/scripts/save.sh
+ ExecStop=${HOME}/.tmux/plugins/tmux-resurrect/scripts/save.sh
25
ExecStop=/usr/bin/tmux kill-server
26
KillMode=none
27
0 commit comments