mirror of
				https://git.coolaj86.com/coolaj86/telebit.js.git
				synced 2025-11-04 02:32:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Smarty
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Smarty
		
	
	
	
	
	
<?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>Telebit Remote</string>
 | 
						|
	<key>ProgramArguments</key>
 | 
						|
	<array>
 | 
						|
		<string>{TELEBIT_NODE}</string>
 | 
						|
		<string>{TELEBITD_JS}</string>
 | 
						|
		<string>daemon</string>
 | 
						|
		<string>--config</string>
 | 
						|
		<string>{TELEBITD_CONFIG}</string>
 | 
						|
	</array>
 | 
						|
	<key>EnvironmentVariables</key>
 | 
						|
	<dict>
 | 
						|
		<key>TELEBIT_PATH</key>
 | 
						|
		<string>{TELEBIT_PATH}</string>
 | 
						|
		<key>NODE_PATH</key>
 | 
						|
		<string>{NODE_PATH}</string>
 | 
						|
		<key>NPM_CONFIG_PREFIX</key>
 | 
						|
		<string>{NPM_CONFIG_PREFIX}</string>
 | 
						|
	</dict>
 | 
						|
 | 
						|
	<key>UserName</key>
 | 
						|
	<string>{TELEBIT_USER}</string>
 | 
						|
	<key>GroupName</key>
 | 
						|
	<string>{TELEBIT_GROUP}</string>
 | 
						|
	<key>InitGroups</key>
 | 
						|
	<true/>
 | 
						|
 | 
						|
	<key>RunAtLoad</key>
 | 
						|
	<true/>
 | 
						|
	<key>KeepAlive</key>
 | 
						|
	<true/>
 | 
						|
	<!--dict>
 | 
						|
		<key>Crashed</key>
 | 
						|
		<true/>
 | 
						|
		<key>NetworkState</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>{TELEBIT_PATH}</string>
 | 
						|
 | 
						|
	<key>StandardErrorPath</key>
 | 
						|
	<string>{TELEBIT_LOG_DIR}/telebit.log</string>
 | 
						|
	<key>StandardOutPath</key>
 | 
						|
	<string>{TELEBIT_LOG_DIR}/telebit.log</string>
 | 
						|
</dict>
 | 
						|
</plist>
 |