mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add a -D flag to ask tmux not to daemonize, useful both for running a
debugger (lldb does not have follow-fork-mode) and for running with a managed supervisor init system. GitHub issue 2190.
This commit is contained in:
		
							
								
								
									
										13
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								tmux.1
									
									
									
									
									
								
							@@ -23,7 +23,7 @@
 | 
			
		||||
.Sh SYNOPSIS
 | 
			
		||||
.Nm tmux
 | 
			
		||||
.Bk -words
 | 
			
		||||
.Op Fl 2CluvV
 | 
			
		||||
.Op Fl 2CDluvV
 | 
			
		||||
.Op Fl c Ar shell-command
 | 
			
		||||
.Op Fl f Ar file
 | 
			
		||||
.Op Fl L Ar socket-name
 | 
			
		||||
@@ -122,6 +122,17 @@ This option is for compatibility with
 | 
			
		||||
when
 | 
			
		||||
.Nm
 | 
			
		||||
is used as a login shell.
 | 
			
		||||
.It Fl D
 | 
			
		||||
Do not start the
 | 
			
		||||
.Nm
 | 
			
		||||
server as a daemon.
 | 
			
		||||
This also turns the
 | 
			
		||||
.Ic exit-empty
 | 
			
		||||
option off.
 | 
			
		||||
With
 | 
			
		||||
.Fl D ,
 | 
			
		||||
.Ar command
 | 
			
		||||
may not be specified.
 | 
			
		||||
.It Fl f Ar file
 | 
			
		||||
Specify an alternative configuration file.
 | 
			
		||||
By default,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user