Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: erikja on October 03, 2006, 06:47:29 AM

Title: Services on SME 7 Server
Post by: erikja on October 03, 2006, 06:47:29 AM
Hi.

Is there an easy way to see which services are running, and which are not in SME 7 Server ?.

I can see, that if I boot, there's some service that are OFF, but as the boot runs fast it's difficult to get a total view of it.

In which logfiles can I see the on/off services ?
Title: Services on SME 7 Server
Post by: william_syd on October 03, 2006, 07:17:54 AM
What your seeing at boot is what services are enabled by the configuration db.

Try
Code: [Select]
config show |grep "service\|status"

For what services are actually running I don't know (yet).
Title: Services on SME 7 Server
Post by: erikja on October 03, 2006, 07:24:25 AM
Quote from: "william_syd"
What your seeing at boot is what services are enabled by the configuration db.

Try
Code: [Select]
config show |grep "service\|status"

For what services are actually running I don't know (yet).


Thanks very much. That was the tool I needed :-)