init
This commit is contained in:
11
build-deb/luser/DEBIAN/control
Normal file
11
build-deb/luser/DEBIAN/control
Normal file
@@ -0,0 +1,11 @@
|
||||
Package: donationcalc
|
||||
Section: net
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Essential: no
|
||||
Installed-Size: 2000
|
||||
Depends: python3-flask
|
||||
Homepage: https://gitea.dmz.rs/fram3d/donationcalc
|
||||
Maintainer: fram3d <fram3d@dmz.rs>
|
||||
Description: Web app that tracks donations and notifies users via email
|
||||
Version: 1.0.0
|
12
build-deb/luser/lib/systemd/system/donationcalc.service
Normal file
12
build-deb/luser/lib/systemd/system/donationcalc.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Gunicorn donationcalc service
|
||||
Documentation=man:gunicorn(1)
|
||||
After=network.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/var/donationcalc/
|
||||
ExecStart=/usr/bin/gunicorn --workers 3 --bind 127.0.0.1:5000 run:app
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user