puppet-askbot/templates/askbot-celeryd.service.erb

15 lines
319 B
Plaintext

[Unit]
Description=Celery Service
After=network.target
[Service]
Type=simple
User=www-data
Group=www-data
WorkingDirectory=/srv/askbot-site/config
ExecStart=/usr/askbot-env/bin/python manage.py celeryd -c 5 --maxtasksperchild=1000 --time-limit=30
ExecStop=/bin/kill -INT $MAINPID
[Install]
WantedBy=multi-user.target