kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
14 wiersze
498 B
INI
14 wiersze
498 B
INI
[Unit]
|
|
Description=Funkwhale application server
|
|
After=redis.service postgresql.service
|
|
PartOf=funkwhale.target
|
|
|
|
[Service]
|
|
User=funkwhale
|
|
# adapt this depending on the path of your funkwhale installation
|
|
WorkingDirectory=/srv/funkwhale/api
|
|
EnvironmentFile=/srv/funkwhale/config/.env
|
|
ExecStart=/srv/funkwhale/virtualenv/bin/gunicorn config.asgi:application -w ${FUNKWHALE_WEB_WORKERS} -k uvicorn.workers.UvicornWorker -b ${FUNKWHALE_API_IP}:${FUNKWHALE_API_PORT}
|
|
[Install]
|
|
WantedBy=multi-user.target
|