Forum: Cfengine Help
Subject: Re: status of process matching in Solaris?
Author: zzamboni
Link to topic: https://cfengine.com/forum/read.php?3,21186,21192#msg-21192

Neil,

Why don't you try matching the entire process path, without anchoring it, 
something like

        processes:
                "/var/cfengine/bin/cf-serverd" 
                        signals => { "int", "kill" },
                        process_select => byowner("root");

The zone at the end is most definitely relevant, because of this the anchored 
regex does not match.

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

Reply via email to