mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
10 lines
223 B
Django/Jinja
10 lines
223 B
Django/Jinja
[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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|