forked from Decentrala/taskmanager
		
	init
This commit is contained in:
		
							
								
								
									
										11
									
								
								build-deb/flaskapp/DEBIAN/control
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build-deb/flaskapp/DEBIAN/control
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
Package: flaskapp
 | 
			
		||||
Section: net
 | 
			
		||||
Priority: optional
 | 
			
		||||
Architecture: all
 | 
			
		||||
Essential: no
 | 
			
		||||
Installed-Size: 2000
 | 
			
		||||
Depends: gunicorn, python3-flask-sqlalchemy
 | 
			
		||||
Homepage: https://gitea.dmz.rs/Decentrala/flaskapp
 | 
			
		||||
Maintainer: Decentrala <dmz@dmz.rs>
 | 
			
		||||
Description: Web app
 | 
			
		||||
Version: 1.0.0
 | 
			
		||||
							
								
								
									
										3
									
								
								build-deb/flaskapp/DEBIAN/postinst
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										3
									
								
								build-deb/flaskapp/DEBIAN/postinst
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
/usr/bin/systemctl enable flaskapp.service
 | 
			
		||||
/sbin/service flaskapp start
 | 
			
		||||
							
								
								
									
										3
									
								
								build-deb/flaskapp/DEBIAN/prerm
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										3
									
								
								build-deb/flaskapp/DEBIAN/prerm
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
/sbin/service flaskapp stop
 | 
			
		||||
/usr/bin/systemdctl disable flaskapp.service
 | 
			
		||||
		Reference in New Issue
	
	Block a user