kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
15 wiersze
406 B
INI
15 wiersze
406 B
INI
|
[Unit]
|
||
|
Description=Funkwhale celery beat process
|
||
|
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 beat -l INFO
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|