User Tools

Site Tools


ubuntu:services:stop_a_service

This is an old revision of the document!


Ubuntu - Services - Stopping a service

Using systemd

systemctl stop service_name.service

Using System V

With sysv-rc-conf or sysvconfig

service service_name.service stop

Using invoke-rc.d

invoke-rc.d service_name.service stop

Using Upstart

stop service_name
ubuntu/services/stop_a_service.1575817409.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki