mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 01:49:56 +02:00
14 lines
402 B
Desktop File
14 lines
402 B
Desktop File
[Unit]
|
|
Description=Funkwhale celery worker
|
|
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/celery -A funkwhale_api.taskapp worker -l INFO
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|