mirror of
				https://github.com/nextcloud/docker.git
				synced 2025-10-31 00:11:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			61 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			61 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| set -eu
 | |
| 
 | |
| exec busybox crond -f -l 0 -L /dev/stdout
 |