mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
Fixed celery launch command
This commit is contained in:
parent
9ccd065594
commit
40b54231e1
1 changed files with 1 additions and 2 deletions
|
|
@ -3,12 +3,11 @@ Description=Burp-UI celery service
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
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
|
||||
ExecStart=/usr/bin/bui-celery -c /etc/burp/burpui.cfg --pidfile=/var/run/bui-celery/bui-celery.pid --beat -s /var/lib/burpui/celerybeat-schedule
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue