Forum: Cfengine Help
Subject: Re: how do you restart a process only after .conf update?
Author: Sal
Link to topic: https://cfengine.com/forum/read.php?3,19969,19982#msg-19982

Thanks guys. It seems to be working correctly now. I had used

body classes satisfied(new_class)

{
promise_kept => { "$(new_class)"};
promise_repaired => { "$(new_class)"};
}

Which restarted ntpd every time it ran because the verification of the 
permissions made promise_kept true. I only need promise_repaired.

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

Reply via email to