From e8c23cf2133d74498b3b44e9429a09f372230cd1 Mon Sep 17 00:00:00 2001 From: TheRootDaemon Date: Sat, 8 Nov 2025 17:30:53 +0530 Subject: [PATCH 1/4] systemctl-reload-or-restart: add page --- pages/linux/systemctl-reload-or-restart.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/systemctl-reload-or-restart.md diff --git a/pages/linux/systemctl-reload-or-restart.md b/pages/linux/systemctl-reload-or-restart.md new file mode 100644 index 00000000000000..ff27b92adf1d4d --- /dev/null +++ b/pages/linux/systemctl-reload-or-restart.md @@ -0,0 +1,20 @@ +# systemctl reload-or-restart + +> Reload unit(s) otherwise restart them. +> More information: . + +- Reload or Restart a unit: + +`systemctl reload-or-restart {{unit}}` + +- Reload or restart multiple units matching a pattern: + +`systemctl reload-or-restart {{pattern}}` + +- Run the command without waiting for the operation to complete: + +`systemctl reload-or-restart {{unit}} --no-block` + +- Apply the command only to user units: + +`systemctl reload-or-restart {{unit}} --user` From fc47e154a53497039c7fd2397c955aa82fd3f365 Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Sat, 8 Nov 2025 17:35:42 +0530 Subject: [PATCH 2/4] chore: Fix more info link --- pages/linux/systemctl-reload-or-restart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/systemctl-reload-or-restart.md b/pages/linux/systemctl-reload-or-restart.md index ff27b92adf1d4d..a04142a5f3d718 100644 --- a/pages/linux/systemctl-reload-or-restart.md +++ b/pages/linux/systemctl-reload-or-restart.md @@ -1,7 +1,7 @@ # systemctl reload-or-restart > Reload unit(s) otherwise restart them. -> More information: . +> More information: . - Reload or Restart a unit: From 4e3f827ae47c4a2bdfe01ae2bf615303c4093025 Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Mon, 10 Nov 2025 06:49:06 +0530 Subject: [PATCH 3/4] chore: Update a example's info Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/systemctl-reload-or-restart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/systemctl-reload-or-restart.md b/pages/linux/systemctl-reload-or-restart.md index a04142a5f3d718..5696e607c4da5e 100644 --- a/pages/linux/systemctl-reload-or-restart.md +++ b/pages/linux/systemctl-reload-or-restart.md @@ -3,7 +3,7 @@ > Reload unit(s) otherwise restart them. > More information: . -- Reload or Restart a unit: +- Reload or restart a unit: `systemctl reload-or-restart {{unit}}` From b0bd50e1568f197b68d18b50c00dab3ad69b6fe5 Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Mon, 10 Nov 2025 06:51:49 +0530 Subject: [PATCH 4/4] chore: Improve vague info Co-authored-by: Sahil Afrid Farookhi --- pages/linux/systemctl-reload-or-restart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/systemctl-reload-or-restart.md b/pages/linux/systemctl-reload-or-restart.md index 5696e607c4da5e..9c8f3a466bead2 100644 --- a/pages/linux/systemctl-reload-or-restart.md +++ b/pages/linux/systemctl-reload-or-restart.md @@ -1,6 +1,6 @@ # systemctl reload-or-restart -> Reload unit(s) otherwise restart them. +> Reload `systemd` unit(s) otherwise restart them. > More information: . - Reload or restart a unit: