You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

tmux@.service.j2 178B

4 years ago
12345678910
  1. [Unit]
  2. Description=tmux session
  3. [Service]
  4. Type=forking
  5. ExecStart=/usr/bin/tmux new-session -s %i -d
  6. ExecStop=/usr/bin/tmux kill-session -t %i
  7. [Install]
  8. WantedBy=default.target