7 lines
		
	
	
		
			166 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			166 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/sbin/openrc-run
 | |
| 
 | |
| name="javapool"
 | |
| command="$HOME/bin/cirrus/bots/javapool/bot"
 | |
| pidfile="/var/run/javapool.pid"
 | |
| start_stop_daemon_args="--background --make-pidfile"
 |