Systemctl: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* [[systemd#Operations|systemd]] | * [[systemd#Operations|systemd]] | ||
=Overview= | |||
See {{Internal|Systemd_Concepts#Services|systemd Concepts - Services}} | |||
=-q (quiet)= | =-q (quiet)= |
Revision as of 15:58, 6 March 2017
Internal
Overview
See
-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