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:
Harshavardhan
2025-12-04 15:42:54 +05:30
committed by GitHub
parent 1eab94baaf
commit 2d30859591
5 changed files with 35 additions and 0 deletions
+7
View File
@@ -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`
+7
View File
@@ -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`
+7
View File
@@ -0,0 +1,7 @@
# systemctl condstop
> This command is an alias of `systemctl stop`.
- View documentation for the original command:
`tldr systemctl stop`
+7
View File
@@ -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`