Skip to content

Commit

Permalink
fix: fixed bettercap.service file to use the api.rest from the eval a…
Browse files Browse the repository at this point in the history
…rgument instead as an autostarted module
  • Loading branch information
evilsocket committed Sep 27, 2018
1 parent 0ada0fd commit 38a87e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bettercap.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ After=network.target
[Service]
Type=simple
PermissionsStartOnly=true
ExecStart=/usr/local/bin/bettercap -autostart "events.stream, net.recon, api.rest" -no-colors -eval "set events.stream.output /var/log/bettercap.log"
ExecStart=/usr/local/bin/bettercap -no-colors -eval "set events.stream.output /var/log/bettercap.log; api.rest on"
Restart=always
RestartSec=30

Expand Down

0 comments on commit 38a87e3

Please sign in to comment.