lavkach3
1[Unit]
2Description=Lavkach
3After=network.target
4
5[Service]
6User=viktor-shved
7Group=www-data
8WorkingDirectory=/home/viktor-shved/lavkach
9Environment="PATH=/home/viktor-shved/lavkach/venv/bin"
10Environment="DB_PASSWORD=Angel-15111990"
11ExecStart=/home/viktor-shved/lavkach/venv/bin/gunicorn -c gunicorn_conf.py app.server:app
12
13[Install]
14WantedBy=multi-user.target