Charles McLaughlin
							
						 | 
						
							
							
								3fbe83c133
							
							Don't set a default ulimit (Issue #1170)
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								60f6a74810
							
							generic init.d: Adds dryrun command for debugging
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   whendrik
							
						 | 
						
							
							
								6fed92fdf6
							
							added kill, status, and updated check_parths
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Rinat Shigapov
							
						 | 
						
							
							
								403c84575b
							
							Celery umbrella command works syncronously
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Rinat Shigapov
							
						 | 
						
							
							
								fda4533098
							
							Use default behaviour customizable via CELERYD_OPTS
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Rinat Shigapov
							
						 | 
						
							
							
								5974895cfe
							
							Access control is easier with directories
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Rinat Shigapov
							
						 | 
						
							
							
								13c748a178
							
							Uppercase template is not recognized
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Rinat Shigapov
							
						 | 
						
							
							
								e6e1d0d7d7
							
							Generic init scripts use their names
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Christopher Lee
							
						 | 
						
							
							
								d40136eab1
							
							Fix error variable mismatch; update function call for consistency
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Christopher Lee
							
						 | 
						
							
							
								98d3af5327
							
							Linux startup script offers graceful restart of workers (via SIGHUP)
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   monkut
							
						 | 
						
							
							
								b12387caf5
							
							Attempting to resolve issue-1387 by first declaring local pid_file= to null in check_status()
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								4a6cbb97e8
							
							Fixes for celery multi
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								15992f8af4
							
							Merge branch '3.0'
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								087aeae39a
							
							generic-init.d: Do not double quote CELERYD_CHDIR.  Closes #1235
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Pär Wieslander
							
						 | 
						
							
							
								a5a6bebce1
							
							Avoid bashism in extra/generic-init.d/celeryd
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Pär Wieslander
							
						 | 
						
							
							
								1f5b46970f
							
							Avoid bashism in extra/generic-init.d/celeryd
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								42dd5d1549
							
							Merge branch '3.0'
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Milen Pavlov
							
						 | 
						
							
							
								f2a8e043db
							
							added 5 second delay after asynchronous commands in generic init script; removed unused var CELERYCTL
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Milen Pavlov
							
						 | 
						
							
							
								802d4d7ac9
							
							generic init script: removed bashisms; using ls instead of find
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Milen Pavlov
							
						 | 
						
							
							
								ec61ac4520
							
							using "kill -0" instead of "ps h"; avoiding "$?" because of "sh -e"; minor refactoring
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Milen Pavlov
							
						 | 
						
							
							
								a0641a5f36
							
							generic init script now performs status check by verifying whether pids from pid files are running; also exits with appropriate exit status depending on whether commands succeeded or not
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Yohann Rebattu
							
						 | 
						
							
							
								9a2961580d
							
							Update extra/generic-init.d/celeryd
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f564efe4ce
							
							Merge branch '3.0'
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   dimka665
							
						 | 
						
							
							
								2d6125e1f3
							
							Typo in /etc/init.d/celery usage help
						 | 
						12 vuotta sitten | 
					
				
					
						
							
								   cmclaughlin
							
						 | 
						
							
							
								e48af7ac2e
							
							changed chdir to cd
						 | 
						13 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								7de929ec2f
							
							[multi] Now supports FQDN nodenames (name@hostname), new expansion variable %N added
						 | 
						13 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								af5862f514
							
							Adds CELERY_APP and CELERY_BIN options to init scripts and updates daemonization tutorial.  Closes #1012
						 | 
						13 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e3659b319d
							
							[generic-init.d] Can now configure CELERY_CREATE_DIRS to always create pid/log dirs.  Closes #1045
						 | 
						13 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								127e1569a7
							
							[generic-init.d] Can now configure CELERY_CREATE_DIRS to always create pid/log dirs.  Closes #1045
						 | 
						13 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								0e9501bce0
							
							Merge branch '3.0'
						 | 
						13 vuotta sitten |