User Tools

Site Tools


ubuntu:services:stopping_a_service

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:services:stopping_a_service [2019/12/08 15:03] – created peterubuntu:services:stopping_a_service [2019/12/08 15:04] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - Services - Stopping a service ====== 
- 
-===== Using systemd ===== 
- 
-<code bash> 
-systemctl stop service_name.service 
-</code> 
- 
----- 
- 
-===== Using System V ===== 
- 
-With **sysv-rc-conf** or **sysvconfig** 
- 
-<code bash> 
-service service_name.service stop 
-</code> 
- 
----- 
- 
-===== Using invoke-rc.d ===== 
- 
-<code bash> 
-invoke-rc.d service_name.service stop 
-</code> 
- 
----- 
- 
-===== Using Upstart ===== 
- 
-<code bash> 
-stop service_name 
-</code> 
  
ubuntu/services/stopping_a_service.1575817419.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki