Forum: Cfengine Help
Subject: Re: restarting multiple processes
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,16829,16838#msg-16838

Some things to try.

String your commands together in a single promise.  "/sbin/service mysql 
restart; /sbin/service tomcat restart; /sbin/service http restart"

Create a script to start and stop the entire set of resources in the correct 
order.  Distribute it and have Cf use it when needed.

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to