mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-31 23:00:15 +01:00 
			
		
		
		
	fixed missing servie file for DEBIAN
This commit is contained in:
		| @@ -1 +1,2 @@ | ||||
| /etc/fastapi-dls/env | ||||
| /etc/systemd/system/fastapi-dls.service | ||||
|   | ||||
| @@ -49,7 +49,7 @@ build:apt: | ||||
|     - cp .DEBIAN/env.default build/etc/fastapi-dls/env | ||||
|     # create service file | ||||
|     - mkdir -p build/etc/systemd/system | ||||
|     - cp .DEBIAN/fastapi-dls.service build/etc/systemd/system | ||||
|     - cp .DEBIAN/fastapi-dls.service build/etc/systemd/system/fastapi-dls.service | ||||
|     # cd into "build/" | ||||
|     - cd build/ | ||||
|   script: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user