mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Update macOS installer and launchd file
This commit is contained in:
		
							parent
							
								
									35e8ff7c9d
								
							
						
					
					
						commit
						8cc8bd13ec
					
				
					 2 changed files with 18 additions and 14 deletions
				
			
		| 
						 | 
				
			
			@ -1,24 +1,22 @@
 | 
			
		|||
<?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>
 | 
			
		||||
<dict>
 | 
			
		||||
    <key>Label</key>
 | 
			
		||||
    <string>yggdrasil</string>
 | 
			
		||||
    <key>ProgramArguments</key>
 | 
			
		||||
    <array>
 | 
			
		||||
      <string>sh</string>
 | 
			
		||||
      <string>-c</string>
 | 
			
		||||
      <string>/usr/local/bin/yggdrasil -useconffile /etc/yggdrasil.conf</string>
 | 
			
		||||
        <string>/usr/local/bin/yggdrasil</string>
 | 
			
		||||
        <string>-useconffile</string>
 | 
			
		||||
        <string>/usr/local/etc/yggdrasil.conf</string>
 | 
			
		||||
    </array>
 | 
			
		||||
    <key>KeepAlive</key>
 | 
			
		||||
    <true/>
 | 
			
		||||
    <key>RunAtLoad</key>
 | 
			
		||||
    <true/>
 | 
			
		||||
    <key>ProcessType</key>
 | 
			
		||||
    <string>Interactive</string>
 | 
			
		||||
    <key>StandardOutPath</key>
 | 
			
		||||
    <string>/tmp/yggdrasil.stdout.log</string>
 | 
			
		||||
    <string>/Library/Logs/yggdrasil.log</string>
 | 
			
		||||
    <key>StandardErrorPath</key>
 | 
			
		||||
    <string>/tmp/yggdrasil.stderr.log</string>
 | 
			
		||||
  </dict>
 | 
			
		||||
    <string>/Library/Logs/yggdrasil.log</string>
 | 
			
		||||
</dict>
 | 
			
		||||
</plist>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue