Skip to content

Instantly share code, notes, and snippets.

@coderdipto
Last active January 19, 2022 16:57
Show Gist options
  • Save coderdipto/c172c382d58943c5fd64da090c373df3 to your computer and use it in GitHub Desktop.
Save coderdipto/c172c382d58943c5fd64da090c373df3 to your computer and use it in GitHub Desktop.
Celery flower service
[Unit]
Description=Flower Celery Service
[Service]
User=admin
Group=www-data
WorkingDirectory=/home/sudipto/projects/project_name
ExecStart=/home/sudipto/venv/bin/celery -A proj flower --address=0.0.0.0 --port=5544 --loglevel=info
Restart=on-failure
Type=simple
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment