Skip to content

Commit

Permalink
Fixes #14873: Use \"rudder agent run\" instead of cf-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed May 13, 2019
1 parent bfb5986 commit 7e8d486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techniques/system/common/1.0/promises.st
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ body executor control
schedule => { &AGENT_RUN_SCHEDULE& };
executorfacility => "LOG_DAEMON";

exec_command => "${sys.cf_agent} -f failsafe.cf ; ${sys.cf_agent}";
exec_command => "${g.rudder_command} agent run -uR";
}

########################################################
Expand Down

0 comments on commit 7e8d486

Please sign in to comment.