mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
13 lines
338 B
Desktop File
13 lines
338 B
Desktop File
[Unit]
|
|
Description=Gunicorn - AdvLabDB
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=admin
|
|
Group=admin
|
|
WorkingDirectory=/home/admin/advlabdb
|
|
ExecStart=/home/admin/.local/bin/poetry run gunicorn --workers 5 --bind unix:gunicorn.sock --umask 007 --log-file /var/log/advlabdb/gunicorn.log run:app
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|