Add missing file

ogrepository-integration
Vadim vtroshchinskiy 2025-04-30 10:27:12 +02:00
parent 442324659c
commit 6662e270be
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[Service]
RestartSec=10s
Type=simple
User={gitapi_user}
Group={gitapi_group}
WorkingDirectory={gitapi_work_path}
ExecStart=/usr/bin/gunicorn -w 4 -b {gitapi_host}:{gitapi_port} gitapi:app
Restart=always
[Install]
WantedBy=multi-user.target