mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
systemctl-{condreload, condrestart, condstop, force-reload, reload-or-try-restart}: add pages (#19742)
* systemctl-{condreload, condrestart, condstop, force-reload}: add pages
* chore: Periods
* fix: Styles
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
* fix: Styles
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
* fix: Styles
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
* reload-or-try-restart: add page
---------
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# systemctl condreload
|
||||
|
||||
> This command is an alias of `systemctl try-reload-or-restart`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr systemctl try-reload-or-restart`
|
||||
@@ -0,0 +1,7 @@
|
||||
# systemctl condrestart
|
||||
|
||||
> This command is an alias of `systemctl try-restart`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr systemctl try-restart`
|
||||
@@ -0,0 +1,7 @@
|
||||
# systemctl condstop
|
||||
|
||||
> This command is an alias of `systemctl stop`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr systemctl stop`
|
||||
@@ -0,0 +1,7 @@
|
||||
# systemctl force-reload
|
||||
|
||||
> This command is an alias of `systemctl try-reload-or-restart`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr systemctl try-reload-or-restart`
|
||||
@@ -0,0 +1,7 @@
|
||||
# systemctl reload-or-try-restart
|
||||
|
||||
> This command is an alias of `systemctl try-reload-or-restart`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr systemctl try-reload-or-restart`
|
||||
Reference in New Issue
Block a user