mirror of
				https://github.com/tmux-plugins/tmux-continuum.git
				synced 2025-11-04 00:07:32 +00:00 
			
		
		
		
	replaced hardcoded home directory in Systemd ExecStop with HOME variable
This commit is contained in:
		@@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user