Skip to content

Commit 499b6a7

Browse files
author
Bruno Sutic
committed
Merge pull request #17 from jarosser06/rm_hardcoded_home
Replaced hardcoded home directory in Systemd ExecStop with HOME variable
2 parents d21e477 + 438e50d commit 499b6a7

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
@@ -21,7 +21,7 @@ template() {
2121
Environment=DISPLAY=:0
2222
ExecStart=/usr/bin/tmux ${systemd_tmux_server_start_cmd}
2323
24-
ExecStop=/home/peteches/.tmux/plugins/tmux-resurrect/scripts/save.sh
24+
ExecStop=${HOME}/.tmux/plugins/tmux-resurrect/scripts/save.sh
2525
ExecStop=/usr/bin/tmux kill-server
2626
KillMode=none
2727

0 commit comments

Comments
 (0)