You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| start on (filesystem and net-device-up)
 | |
| 
 | |
| chdir /var/lib/drone
 | |
| console log
 | |
| 
 | |
| script
 | |
| 	set -a
 | |
| 	DRONED_OPTS="--bind=:80"
 | |
| 	if [ -f /etc/default/$UPSTART_JOB ]; then
 | |
| 		. /etc/default/$UPSTART_JOB
 | |
| 	fi
 | |
| 	/usr/local/bin/droned $DRONED_OPTS
 | |
| end script |