User Tools

Site Tools


services:stopping_a_service

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
services/stopping_a_service.txt · Last modified: 2020/07/23 18:02 by 37.57.218.243

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki