User Tools

Site Tools


services:stopping_a_service

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
services:stopping_a_service [2016/07/05 09:31] – created peterservices:stopping_a_service [2020/07/23 17:02] (current) – old revision restored (2016/07/06 11:28) 37.57.218.243
Line 1: Line 1:
 ====== Services - Stopping a service ====== ====== Services - Stopping a service ======
 +
 +===== Using systemd =====
  
 <code bash> <code bash>
 systemctl stop service_name.service systemctl stop service_name.service
 </code> </code>
 +
 +===== Using System V =====
 +
 +With **sysv-rc-conf** or **sysvconfig**
 +
 +<code bash>
 +service service_name.service stop
 +</code>
 +
 +===== Using invoke-rc.d =====
  
 <code bash> <code bash>
Line 9: Line 21:
 </code> </code>
  
-With **sysv-rc-conf** or **sysvconfig**+ 
 +===== Using Upstart =====
  
 <code bash> <code bash>
-service service_name.service stop+stop service_name
 </code> </code>
 +
services/stopping_a_service.1467711097.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki