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 c1c1695 commit b8e25a0Copy full SHA for b8e25a0
dbus/methods.go
@@ -255,3 +255,9 @@ type EnableUnitFileChange struct {
255
Filename string // File name of the symlink
256
Destination string // Destination of the symlink
257
}
258
+
259
+// Reload instructs systemd to scan for and reload unit files. This is
260
+// equivalent to a 'systemctl daemon-reload'.
261
+func (c *Conn) Reload() (string, error) {
262
+ return c.runJob("Reload")
263
+}
0 commit comments