From 2d30859591d128680e774b9219803745667b2220 Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Thu, 4 Dec 2025 15:42:54 +0530 Subject: [PATCH] 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> --- pages/linux/systemctl-condreload.md | 7 +++++++ pages/linux/systemctl-condrestart.md | 7 +++++++ pages/linux/systemctl-condstop.md | 7 +++++++ pages/linux/systemctl-force-reload.md | 7 +++++++ pages/linux/systemctl-reload-or-try-restart.md | 7 +++++++ 5 files changed, 35 insertions(+) create mode 100644 pages/linux/systemctl-condreload.md create mode 100644 pages/linux/systemctl-condrestart.md create mode 100644 pages/linux/systemctl-condstop.md create mode 100644 pages/linux/systemctl-force-reload.md create mode 100644 pages/linux/systemctl-reload-or-try-restart.md diff --git a/pages/linux/systemctl-condreload.md b/pages/linux/systemctl-condreload.md new file mode 100644 index 0000000000..832b663a76 --- /dev/null +++ b/pages/linux/systemctl-condreload.md @@ -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` diff --git a/pages/linux/systemctl-condrestart.md b/pages/linux/systemctl-condrestart.md new file mode 100644 index 0000000000..beb5719f64 --- /dev/null +++ b/pages/linux/systemctl-condrestart.md @@ -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` diff --git a/pages/linux/systemctl-condstop.md b/pages/linux/systemctl-condstop.md new file mode 100644 index 0000000000..1e49a668e5 --- /dev/null +++ b/pages/linux/systemctl-condstop.md @@ -0,0 +1,7 @@ +# systemctl condstop + +> This command is an alias of `systemctl stop`. + +- View documentation for the original command: + +`tldr systemctl stop` diff --git a/pages/linux/systemctl-force-reload.md b/pages/linux/systemctl-force-reload.md new file mode 100644 index 0000000000..466248b96e --- /dev/null +++ b/pages/linux/systemctl-force-reload.md @@ -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` diff --git a/pages/linux/systemctl-reload-or-try-restart.md b/pages/linux/systemctl-reload-or-try-restart.md new file mode 100644 index 0000000000..1033e89da3 --- /dev/null +++ b/pages/linux/systemctl-reload-or-try-restart.md @@ -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`