mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Update binary path in systemd service files to match the website.
This commit is contained in:
		
							parent
							
								
									9239ed70e4
								
							
						
					
					
						commit
						9391430bc0
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -9,5 +9,5 @@ After=local-fs.target
 | 
				
			||||||
Type=oneshot
 | 
					Type=oneshot
 | 
				
			||||||
Group=yggdrasil
 | 
					Group=yggdrasil
 | 
				
			||||||
StandardOutput=file:/etc/yggdrasil.conf
 | 
					StandardOutput=file:/etc/yggdrasil.conf
 | 
				
			||||||
ExecStart=/usr/bin/yggdrasil -genconf
 | 
					ExecStart=/usr/local/bin/yggdrasil -genconf
 | 
				
			||||||
ExecStartPost=/usr/bin/chmod 0640 /etc/yggdrasil.conf
 | 
					ExecStartPost=/usr/local/bin/chmod 0640 /etc/yggdrasil.conf
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,7 @@ ProtectSystem=true
 | 
				
			||||||
SyslogIdentifier=yggdrasil
 | 
					SyslogIdentifier=yggdrasil
 | 
				
			||||||
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
 | 
					CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
 | 
				
			||||||
ExecStartPre=+-/sbin/modprobe tun
 | 
					ExecStartPre=+-/sbin/modprobe tun
 | 
				
			||||||
ExecStart=/usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf
 | 
					ExecStart=/usr/local/bin/yggdrasil -useconffile /etc/yggdrasil.conf
 | 
				
			||||||
ExecReload=/bin/kill -HUP $MAINPID
 | 
					ExecReload=/bin/kill -HUP $MAINPID
 | 
				
			||||||
Restart=always
 | 
					Restart=always
 | 
				
			||||||
TimeoutStopSec=5
 | 
					TimeoutStopSec=5
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue