1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/lokole/templates/celerybeat.service.j2

11 lines
223 B
Text
Raw Normal View History

2020-09-02 07:51:57 +00:00
[Unit]
Description=Celery beat timed service
After=network.target
[Service]
Type=simple
ExecStart={{lokole_venv}}/bin/celery --app=opwen_email_client.webapp.tasks beat --loglevel=info
2020-09-02 07:51:57 +00:00
[Install]
WantedBy=multi-user.target