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 213:
Line 219:
*restart
*restart
sv t /service/servicename
sv t /service/servicename
−
+
* status
+
sv s /service/servicename
{{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