Skip to content

Commit

Permalink
Remove LINE service from default services.
Browse files Browse the repository at this point in the history
Signed-off-by: Bofu Chen (bafu) <[email protected]>
  • Loading branch information
bafu committed Jul 8, 2018
1 parent 3dd62d5 commit fca9323
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions berrynet-manager
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ case $1 in
localimg.service \
camera.service \
journal.service \
data_collector.service \
line.service
data_collector.service
;;
log)
sudo journalctl -x --no-pager -u detection_fast_server.service
Expand All @@ -52,7 +51,6 @@ case $1 in
sudo journalctl -x --no-pager -u camera.service
sudo journalctl -x --no-pager -u journal.service
sudo journalctl -x --no-pager -u data_collector.service
sudo journalctl -x --no-pager -u line.service
;;
*)
help
Expand Down

0 comments on commit fca9323

Please sign in to comment.