forked from coolaj86/goldilocks.js
		
	
		
			
	
	
		
			56 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			56 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | <?xml version="1.0" encoding="UTF-8"?> | ||
|  | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
|  | <plist version="1.0"> | ||
|  | <dict> | ||
|  | 	<key>Label</key> | ||
|  | 	<string>Goldilocks</string> | ||
|  | 	<key>ProgramArguments</key> | ||
|  | 	<array> | ||
|  | 		<string>/usr/local/bin/goldilocks</string> | ||
|  | 		<string>-agree</string> | ||
|  | 		<string>-conf</string> | ||
|  | 		<string>/etc/goldilocks/goldilocks.yml</string> | ||
|  | 		<string>-root</string> | ||
|  | 		<string>/var/tmp</string> | ||
|  | 	</array> | ||
|  | 	<key>EnvironmentVariables</key> | ||
|  | 	<dict> | ||
|  | 		<key>GOLDILOCKS_PATH</key> | ||
|  |     <string>/opt/goldilocks</string> | ||
|  | 	</dict> | ||
|  | 
 | ||
|  | 	<key>UserName</key> | ||
|  | 	<string>root</string> | ||
|  | 	<key>GroupName</key> | ||
|  | 	<string>wheel</string> | ||
|  | 	<key>InitGroups</key> | ||
|  | 	<true/> | ||
|  | 
 | ||
|  | 	<key>RunAtLoad</key> | ||
|  | 	<true/> | ||
|  | 	<key>KeepAlive</key> | ||
|  | 	<dict> | ||
|  | 		<key>Crashed</key> | ||
|  | 		<true/> | ||
|  | 		<key>SuccessfulExit</key> | ||
|  | 		<false/> | ||
|  | 	</dict> | ||
|  | 
 | ||
|  | 	<key>SoftResourceLimits</key> | ||
|  | 	<dict> | ||
|  | 		<key>NumberOfFiles</key> | ||
|  | 		<integer>8192</integer> | ||
|  | 	</dict> | ||
|  | 	<key>HardResourceLimits</key> | ||
|  | 	<dict/> | ||
|  | 
 | ||
|  | 	<key>WorkingDirectory</key> | ||
|  |   <string>/srv/www</string> | ||
|  | 
 | ||
|  | 	<key>StandardErrorPath</key> | ||
|  | 	<string>/var/log/goldilocks/error.log</string> | ||
|  | 	<key>StandardOutPath</key> | ||
|  | 	<string>/var/log/goldilocks/info.log</string> | ||
|  | </dict> | ||
|  | </plist> |