mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Remove yggdrasil-resume.service from systemd contrib and Debian package
This commit is contained in:
		
							parent
							
								
									f7576d6b69
								
							
						
					
					
						commit
						9f7609817e
					
				
					 3 changed files with 0 additions and 13 deletions
				
			
		| 
						 | 
					@ -110,12 +110,10 @@ EOF
 | 
				
			||||||
cp yggdrasil /tmp/$PKGNAME/usr/bin/
 | 
					cp yggdrasil /tmp/$PKGNAME/usr/bin/
 | 
				
			||||||
cp yggdrasilctl /tmp/$PKGNAME/usr/bin/
 | 
					cp yggdrasilctl /tmp/$PKGNAME/usr/bin/
 | 
				
			||||||
cp contrib/systemd/yggdrasil.service /tmp/$PKGNAME/etc/systemd/system/
 | 
					cp contrib/systemd/yggdrasil.service /tmp/$PKGNAME/etc/systemd/system/
 | 
				
			||||||
cp contrib/systemd/yggdrasil-resume.service /tmp/$PKGNAME/etc/systemd/system/
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
tar -czvf /tmp/$PKGNAME/data.tar.gz -C /tmp/$PKGNAME/ \
 | 
					tar -czvf /tmp/$PKGNAME/data.tar.gz -C /tmp/$PKGNAME/ \
 | 
				
			||||||
  usr/bin/yggdrasil usr/bin/yggdrasilctl \
 | 
					  usr/bin/yggdrasil usr/bin/yggdrasilctl \
 | 
				
			||||||
  etc/systemd/system/yggdrasil.service \
 | 
					  etc/systemd/system/yggdrasil.service \
 | 
				
			||||||
  etc/systemd/system/yggdrasil-resume.service
 | 
					 | 
				
			||||||
tar -czvf /tmp/$PKGNAME/control.tar.gz -C /tmp/$PKGNAME/debian .
 | 
					tar -czvf /tmp/$PKGNAME/control.tar.gz -C /tmp/$PKGNAME/debian .
 | 
				
			||||||
echo 2.0 > /tmp/$PKGNAME/debian-binary
 | 
					echo 2.0 > /tmp/$PKGNAME/debian-binary
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,10 +0,0 @@
 | 
				
			||||||
[Unit]
 | 
					 | 
				
			||||||
Description=Restart yggdrasil on resume from sleep
 | 
					 | 
				
			||||||
After=sleep.target
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[Service]
 | 
					 | 
				
			||||||
Type=oneshot
 | 
					 | 
				
			||||||
ExecStart=/bin/systemctl restart yggdrasil
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[Install]
 | 
					 | 
				
			||||||
WantedBy=sleep.target
 | 
					 | 
				
			||||||
| 
						 | 
					@ -18,4 +18,3 @@ Restart=always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Install]
 | 
					[Install]
 | 
				
			||||||
WantedBy=multi-user.target
 | 
					WantedBy=multi-user.target
 | 
				
			||||||
Also=yggdrasil-resume.service
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue