mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP forces reload; cThread::EmergencyExit() replaced by ShutdownHandler.RequestEmergencyExit()
This commit is contained in:
		
							
								
								
									
										10
									
								
								vdr.1
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								vdr.1
									
									
									
									
									
								
							| @@ -8,7 +8,7 @@ | ||||
| .\" License as specified in the file COPYING that comes with the | ||||
| .\" vdr distribution. | ||||
| .\" | ||||
| .\" $Id: vdr.1 1.28 2007/01/07 14:03:56 kls Exp $ | ||||
| .\" $Id: vdr.1 1.29 2007/02/24 17:40:20 kls Exp $ | ||||
| .\" | ||||
| .TH vdr 1 "07 Jan 2007" "1.4.5" "Video Disk Recorder" | ||||
| .SH NAME | ||||
| @@ -153,6 +153,14 @@ Print version information and exit. | ||||
| .BI \-w\  sec ,\ \-\-watchdog= sec | ||||
| Activate the watchdog timer with a timeout of \fIsec\fR seconds. | ||||
| A value of \fB0\fR (default) disables the watchdog. | ||||
| .SH SIGNALS | ||||
| .TP | ||||
| .B SIGINT, SIGTERM | ||||
| Program exits with status 0. | ||||
| .TP | ||||
| .B SIGHUP | ||||
| Program exits with status 1. This can be used to force a reload, for example | ||||
| if an update has been installed. | ||||
| .SH EXIT STATUS | ||||
| .TP | ||||
| .B 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user