mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 08:29:17 +02:00
14 lines
455 B
Desktop File
14 lines
455 B
Desktop File
[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/daphne -b ${FUNKWHALE_API_IP} -p ${FUNKWHALE_API_PORT} config.asgi:application --proxy-headers
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|