Systemctl: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:


* [[systemd#Operations|systemd]]
* [[systemd#Operations|systemd]]
* [[journalctl]]


=Overview=
=Overview=

Revision as of 19:41, 17 May 2017

Internal

Overview

See

systemd Concepts - Services

-q (quiet)

Suppress output to standard output in snapshot, is-active, is-failed, is-enabled, is-system-running, enable and disable. However, it does not suppress output to stderr, which happens when the unit in question does not exists, etc.

You may want to consider:

systemctl -q .... 2>/dev/null

Commands

list-units

Lists loaded units.

show

Show properties of one or more units.

enable

Enable a Service at Boot

is-enabled

Checks whether a unit is enabled.

start

Start (activate) one or more units.

Start a service

stop

Stop (deactivate) one or more units.