ref(tmux-systemd-service)

This commit is contained in:
thek4n 2024-04-27 08:14:39 +03:00
parent e075ad79c7
commit 0306fce08e

View File

@ -7,7 +7,7 @@ After=default.target
Type=simple Type=simple
ExecStart=/usr/bin/tmux -D -L %u ExecStart=/usr/bin/tmux -D -L %u
ExecStop=/usr/bin/tmux -L %u kill-server ExecStop=/usr/bin/tmux -L %u kill-server
ExecReload=/usr/bin/tmux -L %u source-file /home/%u/.config/tmux/tmux.conf ExecReload=/usr/bin/tmux -L %u source-file %h/.config/tmux/tmux.conf
Restart=always Restart=always
[Install] [Install]