We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d63d57 commit 88c2532Copy full SHA for 88c2532
pages/linux/systemctl-reload-or-restart.md
@@ -0,0 +1,20 @@
1
+# systemctl reload-or-restart
2
+
3
+> Reload `systemd` unit(s) otherwise restart them.
4
+> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#reload-or-restart%20PATTERN%E2%80%A6>.
5
6
+- Reload or restart a unit:
7
8
+`systemctl reload-or-restart {{unit}}`
9
10
+- Reload or restart multiple units matching a pattern:
11
12
+`systemctl reload-or-restart {{pattern}}`
13
14
+- Run the command without waiting for the operation to complete:
15
16
+`systemctl reload-or-restart {{unit}} --no-block`
17
18
+- Apply the command only to user units:
19
20
+`systemctl reload-or-restart {{unit}} --user`
0 commit comments