From 6410fd8d58e250a877a0bcdab06184e45e707c65 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 21 Jul 2021 12:34:32 +0200 Subject: Initial Systemd Service Run: 1/3 Signed-off-by: Georg --- systemd/flask_libertacasa.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 systemd/flask_libertacasa.service (limited to 'systemd/flask_libertacasa.service') diff --git a/systemd/flask_libertacasa.service b/systemd/flask_libertacasa.service new file mode 100644 index 0000000..21af2e3 --- /dev/null +++ b/systemd/flask_libertacasa.service @@ -0,0 +1,17 @@ +[Unit] +Description=Liberta.Casa Flask / Webregistration for IRCd +After=network.target + +[Service] +WorkingDirectory=/mnt/gluster01/web/liberta.casa/flask +Environment="PATH=/mnt/gluster01/web/liberta.casa/flask/.local/bin" +Type=simple +ExecStart=/mnt/gluster01/web/liberta.casa/flask/.local/bin/gunicorn -b localhost:8965 -w 3 flaskapp:app +ExecReload=/bin/kill -HUP $MAINPID +Restart=always +User=flask +Group=flask +SyslogIdentifier=flask-lc + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3