> On Mar 10, 2015, at 10:51 AM, Schweiss, Chip <[email protected]> wrote: > > svccfg -s system/fm/smtp-notify:default setprop "startup_req/entities" = > fmri: \"svc:/milestone/multi-user:default svc:/system/fmd:default\"
First off, the :default is for an *instance*. You want to lose that, as the startup_req/entities is for the whole service. Second off, I don't know how to glom two FMRIs in one command line. Here's my proposed, two command, solution: svccfg -s system/fm/smtp-notify setprop startup_req/entities = fmri: svc:/milestone/multi-user:default svccfg -s system/fm/smtp-notify addpropvalue startup_req/entities fmri: svc:/system/fmd:default I got this to work on one of my VMs I use for bloody. Please confirm/deny this works for you? Hope this helps, Dan _______________________________________________ OmniOS-discuss mailing list [email protected] http://lists.omniti.com/mailman/listinfo/omnios-discuss
