Forum: CFEngine Help Subject: Re: cfengine-community service doesn't stop services properly Author: Jason Christy Link to topic: https://cfengine.com/forum/read.php?3,26179,26181#msg-26181
I've looked in the script /etc/init.d/cfengine3 to see that it stops a daemon based upon the values read in from the config file. Below is an example of the code... stop) # shutdown cf-execd # Redhat/Centos/Fedora if [ "$RUN_CF_EXECD" = "1" ] && [ "$REDHAT" = "1" ] && [ "$FUNC" = "1" ]; then ... This is done for cf-server as well. _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine