<div dir="ltr">Thanks very much for the comments. Someone else just suggested to me that I could also try pkgsrc because they have a git server. Going to check it out. Used pkgsrc on NetBSD so I am quite used to it. Will see how it works out and check back in.<div>Thanks again.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 6, 2017 at 2:09 PM, Eric Sproul <span dir="ltr"><<a href="mailto:eric.sproul@circonus.com" target="_blank">eric.sproul@circonus.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Apr 6, 2017 at 2:16 PM, Software Information<br>
<<a href="mailto:softwareinforjam@gmail.com">softwareinforjam@gmail.com</a>> wrote:<br>
> Hi All<br>
> Just trying to understand how some services work under OmniOS. Please help<br>
> me to understand this. I have build omnios-r151020-4151d05 and I am running<br>
> a Git Server in a zone. I used packages to install Git with a pkg install.<br>
> When I run svcs, I don't see the git service at all but I can use a client<br>
> to connect to it and the port is open. I am trying to get better at service<br>
> management. Where can I find the script that is starting this service.<br>
<br>
</span>There are a couple of strategies.  The brute-force method is to run<br>
`svcs` and look for services that recently started (by default they<br>
are sorted in time order, most recent at the end).  It may be that the<br>
service has a name that you don't expect.<br>
<br>
IPS packages can deliver services that are automatically enabled, and<br>
you can discover that by examining the package contents. First, I'd<br>
look for it delivering an SMF manifest, which is an XML file that is<br>
typically installed somewhere under /var/svc/manifest:<br>
<br>
pkg contents <packagename> | grep svc/manifest<br>
<br>
If that turns up something, have a look in that file for the name of<br>
the service, which will be an attribute on the <service> node, e.g.<br>
<br>
<service name='someservice' ...><br>
<br>
Assuming you find that, then `svcs someservice` should return something.<br>
<br>
HTH,<br>
Eric<br>
</blockquote></div><br></div>