[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/python manage.py celery worker [Install] WantedBy=multi-user.target