mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-11-22 03:08:48 +00:00
replaced hardcoded home directory in Systemd ExecStop with HOME variable
This commit is contained in:
parent
d21e477f16
commit
438e50d54f
@ -21,7 +21,7 @@ template() {
|
|||||||
Environment=DISPLAY=:0
|
Environment=DISPLAY=:0
|
||||||
ExecStart=/usr/bin/tmux ${systemd_tmux_server_start_cmd}
|
ExecStart=/usr/bin/tmux ${systemd_tmux_server_start_cmd}
|
||||||
|
|
||||||
ExecStop=/home/peteches/.tmux/plugins/tmux-resurrect/scripts/save.sh
|
ExecStop=${HOME}/.tmux/plugins/tmux-resurrect/scripts/save.sh
|
||||||
ExecStop=/usr/bin/tmux kill-server
|
ExecStop=/usr/bin/tmux kill-server
|
||||||
KillMode=none
|
KillMode=none
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user