mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 03:53:16 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/systemctl-stop
Normal file
17
tldr/linux/systemctl-stop
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemctl stop
|
||||
|
||||
> Stop systemd units.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#stop%20PATTERN%E2%80%A6>.
|
||||
|
||||
- Stop a unit:
|
||||
|
||||
`systemctl stop {{unit}}`
|
||||
|
||||
- Stop a service and suppress warnings:
|
||||
|
||||
`systemctl stop --no-warn {{unit}}`
|
||||
Reference in New Issue
Block a user