fix(systemd): Update usage of dbus.Reload
This commit is contained in:
@@ -116,8 +116,7 @@ func DaemonReload() error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
_, err = conn.Reload()
|
return conn.Reload()
|
||||||
return err
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func ExecuteScript(scriptPath string) (string, error) {
|
func ExecuteScript(scriptPath string) (string, error) {
|
||||||
|
Reference in New Issue
Block a user