public:working_with_systemd
Table of Contents
Working with systemd
Starting or stopping a service
systemctl start <servicename>
systemctl stop <servicename>
Enabling or disabling a service
systemctl enable <servicename>
systemctl disable <servicename>
public/working_with_systemd.txt · Last modified: by thomas
