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/flower --address=0.0.0.0 --port=8002 --loglevel=info -A project_name
Restart=on-failure
Type=simple
[Install]
WantedBy=multi-user.target