Added docs for systemd usage.

This commit is contained in:
Pete Peteches McCabe
2015-11-28 18:36:02 +00:00
committed by Bruno Sutic
parent 65d627af30
commit 5c252cfba9
2 changed files with 16 additions and 0 deletions

View File

@ -24,3 +24,12 @@ Config options:
### Linux
Help with this would be greatly appreciated. Please get in touch.
#### Systemd
##### this will only start the tmux server, it will *not* start any terminal emulator
To enable automatic start with systemd:
- Put `set -g @continuum-boot 'on'` in tmux.conf
- reload tmux config with this shell command: `$ tmux source-file ~/.tmux.conf`
- see [systemd](./systemd_details.md) for more details about how this is implemented