]> git.pld-linux.org Git - packages/tmux.git/blob - tmux@.service
add systemd unit for autostarting tmux session
[packages/tmux.git] / tmux@.service
1 [Unit]
2 Description=Start tmux in detached session
3
4 [Service]
5 Type=forking
6 User=%I
7 ExecStart=/usr/bin/tmux new-session -s %u -d
8 ExecStop=/usr/bin/tmux kill-session -t %u
9
10 [Install]
11 WantedBy=multi-user.target
This page took 0.023506 seconds and 3 git commands to generate.