summaryrefslogtreecommitdiff
blob: dd2f1d9da105362dcc7e352ae6242166ad1b5ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Real-time monitor and web admin for Celery distributed task queue
Requires=network-online.target
After=network-online.target

[Service]
User=flower
PrivateDevices=Yes
Environment=_FLOWER_OPTS="--conf=/etc/flower/config.py"
ExecStart=/usr/libexec/flower/flower $_FLOWER_OPTS

[Install]
WantedBy=multi-user.target