From charlesreid1

Revision as of 04:31, 14 March 2016 by Admin (talk | contribs) (Created page with "=Overview= Systemd is the initialization system, and is the new de-facto standard on most linux distributions. To start or stop processes, use systemctl <pre> $ systemctl r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

Systemd is the initialization system, and is the new de-facto standard on most linux distributions.

To start or stop processes, use systemctl

$ systemctl restart samba

to check the status of a process:

$ systemctl status nfs-kernel-server

You can see if somethign is enabled using the is-enabled argument/otpion:

$ systemctl is-enabled ssh



Related