mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
Fixed pidfile for bui-celery
This commit is contained in:
parent
a842b5d056
commit
e12861d95d
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue