Changes

Jump to navigation Jump to search
172 bytes added ,  10:22, 11 November 2014
Line 894: Line 894:     
=== General Service Handling ===
 
=== General Service Handling ===
 +
SME Server uses [http://smarden.org/runit/ runit], a UNIX init scheme with service supervision. See the man page of [http://smarden.org/runit/sv.8.html the 'sv' command]
 +
 +
All other linux common way to start or stop services are also valuable
 +
 +
/etc/init.d/servicename start/stop/status
 +
service servicename start/stop/status
    
*start
 
*start
Line 905: Line 911:  
{{tip box|you may use TAB to auto-complete your command line}}
 
{{tip box|you may use TAB to auto-complete your command line}}
   −
All other linux common way to start or stop services are also valuable
     −
/etc/init.d/servicename start/stop/status
  −
service servicename start/stop/status
      
====Example====  
 
====Example====  

Navigation menu