You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/flower/files/flower.service

14 lines
331 B

[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