diff --git a/pages/linux/systemctl-reload-or-restart.md b/pages/linux/systemctl-reload-or-restart.md new file mode 100644 index 00000000000000..9c8f3a466bead2 --- /dev/null +++ b/pages/linux/systemctl-reload-or-restart.md @@ -0,0 +1,20 @@ +# systemctl reload-or-restart + +> Reload `systemd` 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`