mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
add: systemd bui-agent.service example (closes #150)
This commit is contained in:
parent
d1b5e3f45b
commit
3a8e69d88b
1 changed files with 7 additions and 0 deletions
7
contrib/systemd/bui-agent.service
Normal file
7
contrib/systemd/bui-agent.service
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[Unit]
|
||||
Description=Burp-UI agent service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/bui-agent
|
||||
User=burpui
|
||||
Loading…
Add table
Add a link
Reference in a new issue