mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-31 22:50:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			159 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			159 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| if [ -f /etc/systemd/system/fastapi-dls.service ]; then
 | |
|   echo "> Removing service file."
 | |
|   rm /etc/systemd/system/fastapi-dls.service
 | |
| fi
 | |
| 
 | |
| # todo
 |