Fixed pidfile for bui-celery

This commit is contained in:
Orsirs de Jong 2018-03-14 16:04:06 +01:00
parent a842b5d056
commit e12861d95d

View file

@ -3,8 +3,12 @@ Description=Burp-UI celery service
After=network.target
[Service]
ExecStart=/usr/local/bin/bui-celery --beat -s /var/lib/burpui/celerybeat-schedule
Type=Forking
User=burpui
Group=burpui
RuntimeDirectory=bui-celery
RuntimeDirectoryMode=0770
ExecStart=/usr/bin/bui-celery -c /etc/burp/burpui.cfg --pidfile=/var/run/bui-celery/bui-celery.pid -t beat -s /var/lib/burpui/celerybeat-schedule
[Install]
WantedBy=multi-user.target