forked from hasufell/hasufell-repository
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			292 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			292 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | #!/sbin/runscript | ||
|  | # Distributed under the terms of the GNU General Public License v2 | ||
|  | 
 | ||
|  | description="earlyoom - Early OOM Daemon for Linux " | ||
|  | pidfile="/run/earlyoom.pid" | ||
|  | command="/usr/bin/earlyoom" | ||
|  | command_background="yes" | ||
|  | command_args="${EARLYOOM_OPTS}" | ||
|  | start_stop_daemon_args="-p ${pidfile}" | ||
|  | 
 |