Koozali.org: home of the SME Server

removing services

demonx

removing services
« on: July 02, 2007, 05:18:50 PM »
Hey Guys
Is there a simple way for shutting down unused services on SME 7.1.3? All of my servers are behind firewalls and are used for file & print only. I see no need to run any services not directly related. All email is done on a stand alone server so that service isn't needed on the file servers. Also none of them are connected directly to the internet and are not configured as gateways.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: removing services
« Reply #1 on: July 02, 2007, 05:39:43 PM »
Quote from: "demonx"
Hey Guys
Is there a simple way for shutting down unused services on SME 7.1.3? All of my servers are behind firewalls and are used for file & print only. I see no need to run any services not directly related. All email is done on a stand alone server so that service isn't needed on the file servers. Also none of them are connected directly to the internet and are not configured as gateways.


hi..

if you do
Code: [Select]

grep service /home/e-smith/db/configuration


you'll see enabled services..

a simple
Code: [Select]

config setprop SERVICE status disabled


and then

Code: [Select]

service SERVICE stop


will disable SERVICE

Be CAREFULL ;-)

Ciao

Stefano