Skip to content

Commit

Permalink
Fixes #14602: Agent stderr shows up in /var/log/apache2/error.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharles committed Apr 8, 2019
1 parent 0125b4f commit 0e2b4bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

NEXTHOP = None
REMOTE_RUN_COMMAND = "sudo /opt/rudder/bin/rudder remote run"
LOCAL_RUN_COMMAND = "sudo /opt/rudder/bin/rudder agent run"
LOCAL_RUN_COMMAND = "sudo /opt/rudder/bin/rudder agent run &> /dev/null"

def get_next_hop(nodes, my_uuid):
""" Build a dict of node_id => nexthop_id """
Expand Down

0 comments on commit 0e2b4bd

Please sign in to comment.