From 853b82126baa1e8e408a10f91053c52626ffad29 Mon Sep 17 00:00:00 2001 From: hc Date: Wed, 20 Nov 2024 12:51:33 +0800 Subject: working --- untested-docs/gunicorn1.service | 71 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 untested-docs/gunicorn1.service (limited to 'untested-docs') diff --git a/untested-docs/gunicorn1.service b/untested-docs/gunicorn1.service new file mode 100644 index 0000000..f0b1b60 --- /dev/null +++ b/untested-docs/gunicorn1.service @@ -0,0 +1,71 @@ + + + +gunicorn1.service - authserver - 2fa server using pkcs11 on nitrokey hsm2 and yubikey + + + + + + + + + +
+ + + + +
+summaryrefslogtreecommitdiff
+ + + +
+
+
blob: 425c45395070686ed7654b9ccb9b677e5c1eb60d (plain) + + +
1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+

+[Unit]
+Description=gunicorn1
+After=network.target
+
+[Service]
+User=www-data
+Group=www-data
+WorkingDirectory=/var/www
+ExecStart=/usr/local/bin/gunicorn --workers 3 --bind 0.0.0.0:5000 app1:app
+
+[Install]
+WantedBy=multi-user.target
+
+
+
+ +
+ + -- cgit v1.2.3-70-g09d2