]> git.rmz.io Git - dotfiles.git/blob - systemd/user/tmux.service
tmux: weechat service file
[dotfiles.git] / systemd / user / tmux.service
1 [Unit]
2 Description=Start tmux server
3
4 [Service]
5 Type=forking
6 Restart=on-failure
7 ExecStart=/usr/bin/tmux -f %h/.config/tmux.conf start-server
8 ExecReload=/usr/bin/tmux source-file $XDG_CONFIG_HOME/tmux.conf
9 ExecStop=/usr/bin/tmux kill-server
10
11 [Install]
12 WantedBy=default.target