summarylogtreecommitdiffstats
path: root/funkwhale-beat.service
blob: 6cacc92e1976d3c165b9cefe02f57dc3cbc6e5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Funkwhale celery beat process
After=redis.service postgresql.service
PartOf=funkwhale.service

[Service]
User=funkwhale
WorkingDirectory=/usr/share/webapps/funkwhale/api
# adapt this depending on the path of your funkwhale installation
EnvironmentFile=/srv/funkwhale/config/env
ExecStart=/usr/bin/celery --workdir=/usr/share/webapps/funkwhale/api -A funkwhale_api.taskapp beat -l INFO --schedule=/srv/funkwhale/api/celerybeat-schedule --pidfile=/srv/funkwhale/api/celerybeat.pid

[Install]
WantedBy=multi-user.target