mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
14 lines
351 B
Desktop File
14 lines
351 B
Desktop File
[Unit]
|
|
Description=__APP__ celery beat process
|
|
After=redis.service postgresql.service
|
|
PartOf=__APP__.target
|
|
|
|
[Service]
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__INSTALL_DIR__/api
|
|
EnvironmentFile=__INSTALL_DIR__/config/.env
|
|
ExecStart=__INSTALL_DIR__/virtualenv/bin/celery -A funkwhale_api.taskapp beat -l INFO
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|