mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-28 16:17:38 -07:00
14 lines
331 B
Desktop File
14 lines
331 B
Desktop File
[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
|