From 4b84886e864209f04f08c266bfd37e4a8e508d52 Mon Sep 17 00:00:00 2001 From: Pete Peteches McCabe Date: Sat, 28 Nov 2015 18:46:19 +0000 Subject: [PATCH] Corrected some spelling. --- docs/systemd_details.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/systemd_details.md b/docs/systemd_details.md index d1165bd..b25285e 100644 --- a/docs/systemd_details.md +++ b/docs/systemd_details.md @@ -1,7 +1,8 @@ -# Systemd autmatic start for tmux +# Systemd automatic start for tmux -The first time tmux starts when '@continuum-boot' is set to 'on' tmux-continuum will generate a user level systemd unit file which it will save to `${HOME}/.config/systemd/user/tmux.service` and enable it. From then on when that user logs in, either through a gui session or on the console or via ssh, Systemd will start the tmux server. +The first time tmux starts when '@continuum-boot' is set to 'on' tmux-continuum will generate a user level systemd unit file which it will save to `${HOME}/.config/systemd/user/tmux.service` and enable it. From then on when that user logs in, either through a GUI session or on the console or via ssh, Systemd will start the tmux server. -The command used to start the tmux server is determined via the '@systemd_tmux_server_start_cmd' option that can be set in .tmux.conf. (Remeber to reload your configuration with `tmux source ~/.tmux.conf` afterwards. +The command used to start the tmux server is determined via the '@systemd_tmux_server_start_cmd' option that can be set in .tmux.conf. (Remember to reload your configuration with `tmux source ~/.tmux.conf` afterwards. The default command to use is `new-session`. If you want more control over what sessions get started then you should set up your sessions in tmux.conf and set @systemd_tmux_server_start_cmd to 'start-server' +