gentoo/dev-python/flower/files/flower.service
2016-03-29 11:57:05 -07:00

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