From 31c10348de87ee829174418b1eb4e39501e6441f Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Tue, 16 Sep 2025 10:26:56 +0530 Subject: [PATCH] systemctl-try-reload-or-restart: add page (#18117) systemctl-try-reload-or-restart.md: add page --- pages/linux/systemctl-try-reload-or-restart.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/systemctl-try-reload-or-restart.md diff --git a/pages/linux/systemctl-try-reload-or-restart.md b/pages/linux/systemctl-try-reload-or-restart.md new file mode 100644 index 0000000000..481930fe0f --- /dev/null +++ b/pages/linux/systemctl-try-reload-or-restart.md @@ -0,0 +1,16 @@ +# systemctl try-reload-or-restart + +> Reload one or more units if they support it; otherwise restart them. +> More information: . + +- Reload or restart a specific unit: + +`systemctl try-reload-or-restart {{unit}}` + +- Reload or restart multiple units: + +`systemctl try-reload-or-restart {{unit1 unit2 ...}}` + +- Reload or restart all units matching a pattern: + +`systemctl try-reload-or-restart '{{pattern}}'`